* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
/* Clearfix */
.clearfix, {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }
img {
    max-width: 100%;
    height: auto;
}

body {
    color: #444444;
    font-family: Arial;
    font-size: 12px;
    margin: 0 auto;
   /* background: url(../img/background-idp2.png) #d3d3d3 repeat-x top center;*/
   background-color: #d3d3d3;
   /* text-align: center;*/
}

th,label {
    text-align: inherit;
}

body.deposer .mentionsObligatoires2019{display:table-row;}

#greybackground {
    width: 100%;
    height: 300%;
    background-color: #888;
    opacity: 0.7;
    filter: alpha(opacity = 70);
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
}

.titleExpOffre{
    padding-top: 1%;
    padding-bottom: 2%;
}
.offreExRed{
    color :#d80000;
    font-size: 1.7em;
    font-weight: bold;
}
.offreExBl{
    font-weight: bold;
    font-size: 1.4em;

}

.full-width{
    width:100% !important;
    height:auto !important;
}

.full-height{
    width:auto !important;
    height:100% !important;
}

.popup {
    z-index: 101;
    width: 486px;
    margin: 0 auto;
}

/***************************************************************loading ajax waiting**********************/

@-webkit-keyframes uil-default-anim {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes uil-default-anim {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.uil-default-css > div:nth-of-type(1) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.uil-default-css > div:nth-of-type(2) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.4166666666666667s;
    animation-delay: -0.4166666666666667s;
}

.uil-default-css > div:nth-of-type(3) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.33333333333333337s;
    animation-delay: -0.33333333333333337s;
}

.uil-default-css > div:nth-of-type(4) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}

.uil-default-css > div:nth-of-type(5) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.16666666666666669s;
    animation-delay: -0.16666666666666669s;
}

.uil-default-css > div:nth-of-type(6) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.08333333333333331s;
    animation-delay: -0.08333333333333331s;
}

.uil-default-css > div:nth-of-type(7) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.uil-default-css > div:nth-of-type(8) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.08333333333333337s;
    animation-delay: 0.08333333333333337s;
}

.uil-default-css > div:nth-of-type(9) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.16666666666666663s;
    animation-delay: 0.16666666666666663s;
}

.uil-default-css > div:nth-of-type(10) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.uil-default-css > div:nth-of-type(11) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.33333333333333337s;
    animation-delay: 0.33333333333333337s;
}

.uil-default-css > div:nth-of-type(12) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.41666666666666663s;
    animation-delay: 0.41666666666666663s;
}
.uil-default-css {
    position: relative;
    background: none;
    // width: 200px;
    // height: 200px;
    left:20%;
}

@media (max-width: 767px) {
.customWait {
    position: absolute;
    top: -350%;
    left: 25%;
}
}
@media (min-width: 767px) {
.customWait {
    position: absolute;
    top: -1000%;
    left: 25%;
}
}

.opaBlur{
    opacity: 0.4;
}
.wText{
    font-size:2em;
    color:#01b101;
    font-weight: bold;
}

/**********************************************************************************************************************************/

@media (max-width: 600px) {
    .popup {
        width: 94%;
    }
}

.fixed{
    position : fixed;
    top:0;
    z-index:99;
    width: 100%;
}

.center {
    text-align: center;
}

.link{
    cursor : pointer;
}


.wrapper {
    margin: 0 auto;
}
@media (min-width: 1040px) {
    .wrapper {
        width: 1020px;
    }
}
@media (min-width: 768px) and (max-width: 1039px) {
    .wrapper {
        width: 740px;
    }
}
@media (max-width: 767px) {
    .wrapper {
        width: 95%;
    }
}


div,p,h1,h2,h3,h4,h5,h6,form,ul,img {
    margin: 0;
    padding: 0;
}

img,a img {
    border: 0;
}

ul {
    list-style-type: none;
}

a {
    color: #444444;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

a:active,a:visited {
    border: none;
    outline: none;
}

a.suite{
    color:#d80000;
    font-weight:bold;
    font-size:11px;
}

.clear {
    clear: both;
    float: none;
}

.relative {
    position: relative;
}

#titre-offre {
    float: left;
}

strong.red {
    color: #d80000;
}

.invisible {
    height: 1px;
}

.m15 {
    margin-top: 15px;
}

#upline {
    height: 15px;
    background: #fff;
}

.upline p {
    color: #3e434b;
    font-size: 11px;
    text-transform: uppercase;
}

#header {
    background: #6d7481;
    min-height: 121px;
    padding-top: 18px;
    padding-bottom: 15px;
    text-align: left;
}
#header .top_contact {
    color: #fff;
    font-size: 15.5px;
    font-weight: bold;
}
#header .top_contact a {
    display: block;
    line-height: 23px;
    color: #fff;
}
#header .top_contact a img {
    vertical-align: middle;
    margin-right: 7px;
}
#header .top_contact a.topTel {
    /*background: url(../img/top_tel.jpg) no-repeat left center;*/
    margin-bottom: 4px;
    font-size: 17px;
    margin-top: 6px;
}
#header .top_contact a.topMail {
    /*background: url(../img/top_mail.jpg) no-repeat left center;*/
    font-size: 12px;
}
@media (min-width: 1040px) {
    #header #topLogo { 
        float: left;
        margin: 14px 14px 0px 14px;
    }
    #header .top_contact {
        float: right;
    }
}
@media (max-width: 1039px) {
    #header {
        text-align: center;
    }
     #header a.go, #header .top_contact { 
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 480px) {
    #header .top_contact a.topMail {
        font-size: 11px;
    }
}

#subtitle {
    position: relative;
    top: -50px;
    width: 600px;
    margin-left: 122px;
    color: #ffffff;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 19px;
}

#header-txt, #header-txt2 {
/*    position: absolute;
    top: 21px;
    width: 300px;
    margin-left: 740px;
    color: #ffffff;
    z-index: 99;*/
}
#header-txt p {
    text-decoration: underline;
}

/* MENU */

#btn-deposer-menu{
    text-align: center; 
    font-weight: bold; 
    height:60px; 
    //background-color:#fada13;
  background:  -prefixe-linear-gradient(top, #fae113, #fada13);
   background: linear-gradient(to bottom, #fae113, #fada13);
    border-radius:10px;
}

#btn-deposer-menu:hover{
    height : 70px;
    bottom:-30px;
}


#btn-deposer-menu:hover a{
    font-size:15px;
}


#btn-deposer-menu table{
   width:100%;
   height:100%;
}

#btn-deposer-menu td{
    vertical-align:middle;
    text-align:center;
}

#btn-deposer-menu a{
    font-size:14px;
    color:#d80000;
}

#main-menu {
    /*background-image: url(../img/fond-menu.png);
    background-repeat: no-repeat;
    background-position: top center;*/
    background: #c00000; /* Old browsers */
    background: -moz-linear-gradient(top,  #c00000 0%, #dc0000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #c00000 0%,#dc0000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #c00000 0%,#dc0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00000', endColorstr='#dc0000',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid #ef0000;
}

ul.menu {
    list-style-type: none;
}

.menu li {
    padding: 13px 0 13px 30px;
    float: left;
    cursor: pointer;
}

.menu li.sub:hover ul,.menu li.sub a:hover+ul {
    display: block;
}

/*
.menu>li:last-child {
    float: right;
}
*/

.menu li.sub {
    background-image: url(../img/fleche-menu.png);
    background-repeat: no-repeat;
    background-position: right 16px;
    padding-right: 15px;
    position: relative;
    transition-property: background-position;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}

.menu li.sub:hover {
    background-position: right 30px;
}

.menu a {
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
}

ul.sous-menu {
    display: none;
    position: absolute;
    z-index: 99;
    list-style-type: none;
    width: 260px;
    color: #d80000;
    margin-top: 12px;
    font-size: 12px;
}

ul.sous-menu2 {
    display: none;
    position: absolute;
    list-style-type: none;
    width: 520px;
    color: #d80000;
    margin-top: 12px;
    font-size: 12px;
    z-index: 99;
}

ul.sous-menu2-gauche{
    right:0;
}

.connexion ul.sous-menu {
    right: 0;
}

.connexion ul.sous-menu2 {
    right: 0;
}

.sous-menu li {
    background-color: #6d7481;
    border-top: #ffffff 1px solid;
    color: #ffffff;
    font-weight: bold;
    float: inherit;
    position: relative;
    padding: 10px 5px;
    margin: 0;
    height: 16px;
    -moz-box-shadow: 2px 2px 10px 0px #999999;
    -webkit-box-shadow: 2px 2px 10px 0px #999999;
    -o-box-shadow: 2px 2px 10px 0px #999999;
    box-shadow: 2px 2px 10px 0px #999999;
    filter: progid : DXImageTransform.Microsoft.Shadow ( color = #999999,
        Direction = 134, Strength = 10 );
}

.sous-menu2 li {
    background-color: #fff;
    border-top: #ffffff 1px solid;
    color: #d80000;
    font-weight: bold;
    float: left;
    width:130px;
    text-align:center;
    position: relative;
    padding: 5px 5px;
    margin: 0;
    -moz-box-shadow: 2px 2px 10px 0px #999999;
    -webkit-box-shadow: 2px 2px 10px 0px #999999;
    -o-box-shadow: 2px 2px 10px 0px #999999;
    box-shadow: 2px 2px 10px 0px #999999;
    filter: progid : DXImageTransform.Microsoft.Shadow ( color = #999999,
        Direction = 134, Strength = 10 );
}

.sous-menu li:hover {
    background-color: #d80000;
    z-index: 99;
    color: #ffffff;
}

.sous-menu2 li:hover {
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3) inset;
}

.sous-menu li a {
    color: #ffffff;
}

.sous-menu li:hover a {
    color: #ffffff;
}

.sous-menu2 li a {
    color: #d80000;
}

.sous-menu2 li:hover a {
    color: #d80000;
}

.sous-menu li:first-child {
    border-top: 1px solid #ffffff;
}

.sous-menu li:last-child {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.sous-menu a {
    font-size: 12px;
    text-transform: none;
}

@media(min-width: 1040px) {
    .hide-ordi {
        display: none !important;
    }
    #main-menu {
        height: 41px;
    }
    .responsive-menubar {
        display: none !important;
    }
    .menu {        
        width: 1020px;
        margin-top: -1px;
        display: block !important;
        overflow: visible !important;
    }
    .menu>li:first-child {
        padding-left: 0;
    }
    #btn-deposer-menu{
        position:absolute;
        left:30px;
        bottom:-25px;
        width:170px;
        z-index: 999;
    }
}
@media(max-width: 1039px) {
    .responsive-menubar {
        display: block;
        position: relative;
    }
    #main-menu a#btn-menu {
        width: 20px;
        height: 20px;
        display: block;
        background: url(../img/menu-btn.png) no-repeat;
        margin: 10px 5px;
        display: inline-block;
        cursor: pointer;
    }
    .responsive-menubar .help-menu {
        padding: 6px;
        margin-top: 5px;
        border: 3px solid;
        border-radius: 1em;
        font-weight: bold;
        vertical-align: top;
        background: #fff;
        color: #dc0000;
        text-transform: uppercase;
        display: inline-block;
        cursor: pointer;
    }
    .responsive-menubar .btn-deposer-menu {
        position: absolute;
        top: -6px;
        right: 0px;
        display: block;
        background: linear-gradient(to bottom, #fae113, #fada13);
        text-transform: uppercase;
        font-weight: bold;
        color: #dc0000;
        border-radius: 5px;
        text-align: center;
        padding: 13px 10px;
    }
    .responsive-menubar .btn-deposer-menu a {
        color: #dc0000;
    }
    body.deposer .responsive-menubar .btn-deposer-menu {
        display: none;
    }
    .menu, .hide-responsive {
        display: none;
    }
    .menu li {
        float: none;
        text-align: center;
    }
    .menu > li > a {
        width: 100%;
        display: block;
        padding-bottom: 5px;
        font-size: 16px;
        font-weight: bold;
        border-bottom: 2px solid #fff;
    }
    .menu li.sub {
        background: transparent;
    }
    ul.sous-menu2 {
        position: relative;
        display: block;
        width: 100%;
    }
    .sous-menu2 li {
        background: transparent;
        width: 100%;
        border: 0;
        box-shadow: none !important;
    }
    .sous-menu2 li a {
        color: #fff !important;        
        font-weight: normal;
    }
    .sous-menu li br { display:  none; }
    .sous-menu2 li img {
        display: none;
    }
}

.right {
    float: right;
}

.left {
    float: left;
}

/* Page content */
#page-content {
    background: url(../img/page-content_bg.jpg) repeat-x;
}

/* FIL D'ARIANE */
ul.ariane {
    clear: both;
    list-style-type: none;
}
@media (max-width: 1039px) {
    ul.ariane {
        margin: 10px 0;
        display: block;
        overflow: hidden;
    }
}

.ariane li {
    float: left;
    background-image: url(../img/fleche-grise.png);
    background-repeat: no-repeat;
    background-position: 5px 3px;
    padding-left: 19px;
}

.ariane li:first-child {
    padding-left: 0;
    background: none;
}

.ariane a {
    color: #000000;
    text-decoration: none;
}

.ariane a:hover {
    color: #d80000;
    border-bottom: 1px dotted #d80000
}

/* TITRES */
h1 {
    clear: both;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #d80000;
    text-transform: uppercase;
    padding: 15px 0;
    font-family: 'Montserrat', sans-serif;
}

h2,h2 a,h3.h2,.pave-redac h3,.pave-alerte h3 {
    color: #d80000;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Calibri', Arial, sans-serif;
    padding-bottom: 15px;
}

h2.middle{
    padding-top:15px;
}

h3 {
    color: #d80000;
}

body.guide h3{
    padding-bottom:15px;
}

body.guide h3 a{
    color: #d80000 !important;
    text-decoration:none !important;
    border-bottom:0 !important;
}
body.guide .texte a{
    color: #d80000 !important;
    text-decoration:none !important;
    border-bottom:0 !important;
}

body.guide .texte a:hover{
    text-decoration:underline !important;
}

h3.type1 {
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 0;
}

h3.type2 {
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

#pave-actu h3, h3.intertitre {
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background: url(../img/fleche-titre.png) no-repeat 15px 12px;
    padding: 10px 0px 10px 30px;
}

h3.intertitre a {
    color: #d80000;
}

.mini-article h2{
    padding-bottom: 5px;
}

.mini-article h2 > a:hover {
    text-decoration:none;
    color: #d80000;
}

h2.cle,p.cle {
    background: url(../img/puce-cle.png) no-repeat left top;
    padding-left: 20px;
    text-decoration: underline;
    text-align: left;
    font-size: 17px;
    text-transform: uppercase;
    padding-bottom: 15px;
    color: #d80000;
    font-weight: bold;
    font-family: 'Calibri', Arial, sans-serif;
}
span.insecable {
    display: inline-block;
}
h2.cle .insecable, p.cle .insecable {
    text-decoration: underline;
}

/* CENTRE */
#centre div.texte a{
    border-bottom : 1px dotted #444444;
}

#centre div.texte a:hover{
    text-decoration:none;
    border-bottom : 1px solid #444444;
}

.colonne {
        float: left;
}

.colonne p {
    text-align: justify;
    word-break: break-word;
}

body.consulter .pave-deposer, body.consulter .pave-consulter{
    float:right !important;
}

@media (min-width: 768px) {
    .col-gauche, .col-droite {
        width: 50%;
        float : left;
    }
    .col-gauche {
        padding-left: 20px;
         padding-right: 10px;
    }
    .col-droite {
        padding-left: 10px;
        padding-right: 20px;
    }
}

.top2c-libre {
    display: none;
}

.middle2c-libre {
    position: relative;
    width: 100%;
    -moz-box-shadow: 0px 0px 3px 1px #b6b6b6;
    -webkit-box-shadow: 0px 0px 3px 1px #b6b6b6;
    -o-box-shadow: 0px 0px 3px 1px #b6b6b6;
    box-shadow: 0px 0px 3px 1px #b6b6b6;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#b6b6b6, Direction=NaN, Strength=3);
    border-radius: 9px;
    background: #fff;
    padding: 10px 0 10px;
    margin-bottom: 16px;
}
@media (max-width: 767px) {
    .middle2c-libre {
        width: 100%;
    }
}

.middle2c-libre .col1 {
    padding: 0 10px;
}

.bottom2c-libre {
    /*clear: both;
    background: url(../img/bloc-demi-bas.png) no-repeat;
    height: 9px;
    padding-bottom: 16px;*/
    display: none;
}

.top2c {
    /*background: url(../img/blocsv2.png) 0 -73px no-repeat;
    height: 10px;*/
    display: none;
}

.middle2c {
    /*background: url(../img/bloc-2c-milieu.png) repeat-y;*/
}

.middle2c .col1, .middle1cgauche .col1, .middle2c .col2, .middle1cgauche .col2 {
    width: calc(50% - 20px);
    margin: 0 10px;
    /* ancienne ombre : #cdcdcd */
    -moz-box-shadow: 0px 0px 3px 1px #b6b6b6;
    -webkit-box-shadow: 0px 0px 3px 1px #b6b6b6;
    -o-box-shadow: 0px 0px 3px 1px #b6b6b6;
    box-shadow: 0px 0px 3px 1px #b6b6b6;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#b6b6b6, Direction=NaN, Strength=3);
    border-radius: 9px;
    background: #fff;
    padding: 10px;
    margin-bottom: 16px;
}
.colonne.col1.deposer {
    min-height: 128px;
}
@media (max-width: 1039px) {
    .middle2c .oneColResponsive {
        width: calc(100% - 20px);
    }
    .oneColResponsive img.center {
        display: block;
        margin: 0 auto 10px auto;
    }
}
@media (min-width: 768px) {
    .middle2c {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .middle2c .col1, .middle1cgauche .col1, .middle2c .col2, .middle1cgauche .col2, .middle2c .oneColResponsive {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

.bottom2c {
    display: none;
}

.top1cgauche {
    background: url(../img/blocsv2.png) 0 -120px no-repeat;
    height: 10px;
}

.middle1cgauche {
    background: url(../img/bloc-1c-gauche-milieu.png) repeat-y;
}

.bottom1cgauche {
    clear: both;
    background: url(../img/blocsv2.png) 0 -132px no-repeat;
    height: 10px;
    margin-bottom: 16px;
}

.middle2c-annonce {
    padding-left: 10px;
    padding-right: 10px;
}
.middle2c-annonce .colonne {
    margin: 0 10px;
    width: calc(50% - 20px);
}
.middle2c-annonce .colonne > div {
    -moz-box-shadow: 0px 0px 3px 1px #b6b6b6;
    -webkit-box-shadow: 0px 0px 3px 1px #b6b6b6;
    -o-box-shadow: 0px 0px 3px 1px #b6b6b6;
    box-shadow: 0px 0px 3px 1px #b6b6b6;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#b6b6b6, Direction=NaN, Strength=3);
    border-radius: 9px;
    background: #fff;
    padding: 10px;
    margin-bottom: 16px;
}
.annonce .colonne.col1.pave-contact-tel, .annonce .colonne.pave-contact-mail {
    width: 100%;
}
/*.annonce .col-droite .pave-contact-mail + div > .middle2c-libre {
    margin-bottom: 0;
}*/
@media (max-width: 767px) {
    .middle2c-annonce {
        padding-left: 0px;
        padding-right: 0px;
    }
    .middle2c-annonce .colonne {
        margin: 0;
        width: 100%;
    }
}

/* COLONNES ACU */

#pave-actu{
    padding-bottom:10px;
}
.pave-actu-1 {
    margin-top: 8px;
}

.top3c-actu {
    display: none;
}
.middle3c-actu .col-gauche .col1 {
    width: 100%;
    -moz-box-shadow: 0px 0px 3px 1px #b6b6b6;
    -webkit-box-shadow: 0px 0px 3px 1px #b6b6b6;
    -o-box-shadow: 0px 0px 3px 1px #b6b6b6;
    box-shadow: 0px 0px 3px 1px #b6b6b6;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#b6b6b6, Direction=NaN, Strength=3);
    border-radius: 9px;
    background: #fff;
    padding: 10px;
    margin-bottom: 16px;
    margin-right: 10px;
}
.bottom3c-actu {
    display: none;
}

.top1c-libre {
    display: none;
}
.middle1c-libre {
    text-align:justify;
    -moz-box-shadow: 0px 0px 3px 1px #b6b6b6;
    -webkit-box-shadow: 0px 0px 3px 1px #b6b6b6;
    -o-box-shadow: 0px 0px 3px 1px #b6b6b6;
    box-shadow: 0px 0px 3px 1px #b6b6b6;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#b6b6b6, Direction=NaN, Strength=3);
    border-radius: 9px;
    background: #fff;
    padding: 10px 6px;
    /*margin: 0 10px 16px 10px;
    width: calc(100% - 25px);*/
    margin: 0 0 16px 0;
    width: 100%;
}
.bottom1c-libre {
    display: none;
}
@media (max-width: 767px) {
    .middle1c-libre {
        margin: 0 0 16px 0;
        width: 100%;
    }
}

.top4c {
    display: none;
}
.middle4c > div.colonne {
    -moz-box-shadow: 0px 0px 3px 1px #b6b6b6;
    -webkit-box-shadow: 0px 0px 3px 1px #b6b6b6;
    -o-box-shadow: 0px 0px 3px 1px #b6b6b6;
    box-shadow: 0px 0px 3px 1px #b6b6b6;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#b6b6b6, Direction=NaN, Strength=3);
    border-radius: 9px;
    background: #fff;
    padding: 10px 6px;
    margin: 0 10px 16px 10px;
    width: calc(25% - 20px)
}
.bottom4c {
    display: none;
}
@media (min-width: 768px) {
    .middle4c {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .middle4c {
        margin-left: -10px;
        margin-right: -10px;
    }
    .middle4c > div.colonne {
        width: calc(50% - 20px);
    }
    .middle4c > div.colonne:nth-child(2n+1) {
        clear: both;
    }
}

.middle1c {
    -moz-box-shadow: 0px 0px 3px 1px #b6b6b6;
    -webkit-box-shadow: 0px 0px 3px 1px #b6b6b6;
    -o-box-shadow: 0px 0px 3px 1px #b6b6b6;
    box-shadow: 0px 0px 3px 1px #b6b6b6;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#b6b6b6, Direction=NaN, Strength=3);
    border-radius: 9px;
    background: #fff;
    padding: 10px;
    margin-bottom: 16px;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
}

.guide .middle1c {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.middle1c .pave-titre {
    float: none;
}
.middle1c .col3-1, .middle1c .col3-2, .middle1c .col3-3 {
    width: 33.33%;
    padding: 0 10px;
}
@media (min-width: 1040px) {
    .middle1c .col1 {
        width: 960px;
    }
    .middle1c .col3-1 {
        padding: 0 5px 0 40px;
        width: 300px;
    }
    .middle1c .col3-2 {
        padding: 0 15px 0 15px;
        width: 300px;
    }
    .middle1c .col3-3 {
        padding: 0 40px 0 5px;
        width: 300px;
    }
}
@media (max-width: 767px) {
    .middle1c {
        width: 100%;
        margin: 0 0 20px;
    }
    .middle1c .col3-1, .middle1c .col3-2, .middle1c .col3-3 {
        width: 100%;
        padding: 10px 0;
    }
}
.colonne.col1.pave-redac {
    min-height: 166px;
}

.top2c75 {
    display: none;
}
.middle2c75 {
    padding: 0 10px;
}
.middle2c75 .colonne {
    -moz-box-shadow: 0px 0px 3px 1px #b6b6b6;
    -webkit-box-shadow: 0px 0px 3px 1px #b6b6b6;
    -o-box-shadow: 0px 0px 3px 1px #b6b6b6;
    box-shadow: 0px 0px 3px 1px #b6b6b6;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#b6b6b6, Direction=NaN, Strength=3);
    border-radius: 9px;
    background: #fff;
    padding: 10px;
    margin-bottom: 16px;
    margin-left: 10px;
    margin-right: 10px;
}
.bottom2c75 {
    display: none;
}

.middle2c75 .col1 {
    width: calc(70% - 20px);
    min-height: 200px;
}
.middle2c75 .col2 {
    width: calc(30% - 20px);
    min-height: 200px;
}
@media (min-width: 768px) and (max-width: 1039px) {
   .middle2c75 .col1 {
        width: calc(66.66% - 20px);
    }
    .middle2c75 .col2 {
        width: calc(33.33% - 20px);
    } 
}
@media (max-width: 767px) {
    .middle2c75 { 
        padding: 0;
    }
    .middle2c75 .col1, .middle2c75 .col2 {
        width: 100%;
        float: none;
        min-height: auto;
        margin-left: 0;
        margin-right: 0;
    }
}

.top1c50 {
    /*background: url(../img/blocsv2.png) 0 -25px no-repeat;
    height: 10px;*/
}

.middle1c50 {
    /*background: url(../img/bloc-1c-moitie-milieu.png) repeat-y;*/
    max-width: 480px;
    margin: 0 auto 16px auto;
    -moz-box-shadow: 0px 0px 3px 1px #b6b6b6;
    -webkit-box-shadow: 0px 0px 3px 1px #b6b6b6;
    -o-box-shadow: 0px 0px 3px 1px #b6b6b6;
    box-shadow: 0px 0px 3px 1px #b6b6b6;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#b6b6b6, Direction=NaN, Strength=3);
    border-radius: 9px;
    background: #fff;
    padding: 10px;
}

.bottom1c50 {
    /*clear: both;
    background: url(../img/blocsv2.png) 0 -36px no-repeat;
    height: 10px;
    margin-bottom: 16px;*/
}

.middle1c50 .col1 {
    /*padding: 0 280px;*/    
}

.bouton {
    text-align: center;
    padding-top: 10px;
}

.bouton a:hover{
    text-decoration:none !important;
    border:0 !important;
}

#img-offre {
    float: left;
}

#vendu-ou-rembourse {
    padding-bottom: 20px;
    background: url(../img/couple.png) no-repeat;
    background-position: 717px bottom;
    width: 960px;
}

#vendu-ou-rembourse-g {
    width: 400px;
    float: left;
}

#vendu-ou-rembourse-d {
    padding-left: 10px;
    width: 550px;
    float: left;
}

#vendu-ou-rembourse-d p {
    padding-top: 20px;
    width: 360px;
    line-height: 18px;
}

/* FORM DEPOSER */
@media (min-width: 1040px) {
    #formulaire-deposer {
        padding-left: 20px;
    }
}

#formulaire-deposer table {
    text-align: left;
    font-size: 12px;
}

td.separateur {
    height: 24px;
    vertical-align: bottom;
}

#formulaire-deposer th {
    height: 40px;
    vertical-align: bottom;
    text-align: left;
}

#formulaire-deposer label {
    text-align: left;
    font-weight: bold;
}

#formulaire-deposer textarea {
    width: 100%;
    font-size: 14px;
}

/* Offres parution */
#offres-parution td {
    text-align: center;
    position:relative;
}

#offres-parution p {
    margin: 15px 0;
    clear: both;
}

#choix-monnaie {
    float: right;
}


@media (min-width: 1039px) {
    .npo {
        position: absolute;
        top:-22px;
        right:11px;    
    }
}
@media (max-width : 1039px) and (min-width :674px){
    .npo {
        position: absolute;
        top:-15px;
        right:-5px;    
        width: 30%;
    }
}
@media  (max-width :674px) and (min-width:592px){
    .npo {
        position: absolute;
        top:-5%;
        right:30%;    
        //width: 10%;
    }
}
@media  (max-width :592px) and (min-width:485px) {
    .npo {
        position: absolute;
        top:-5%;
        right:25%;    
        //width: 10%;
    }
}
@media  (max-width :485px)  and (min-width:404px) {
    .npo {
        position: absolute;
        top:-5%;
        right:20%;    
        //width: 10%;
    }
}
@media  (max-width :404px)  and (min-width:300px) {
    .npo {
        position: absolute;
        top:-5%;
        right:10%;    
        //width: 10%;
    }
}
@media (max-width : 300px) {
    .npo {
        position: absolute;
        top:-5%;
        right:1%;    
        //width: 10%;
    }
}


/* DERNIERES OFFRES */
#dernieres-offres {
    width: 944px;
    color: #ffffff;
    padding-top: 20px;
}

#dernieres-offres h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

#dernieres-offres h4 {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

#dernieres-offres p.geo {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
}

#dernieres-offres p.infos {
    font-size: 10px;
    color: #ffffff;
}

#dernieres-offres td {
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
}

#offre-top {
    background: url("../img/rectangle-top.png") no-repeat scroll center bottom
        transparent;
    height: 4px;
}

#offre-middle {
    background: url("../img/rectangle-middle.png") repeat-y scroll 0 0
        transparent;
    width: 943px;
    padding: 10px 26px;
}

#offre-bottom {
    background: url("../img/rectangle-bottom.png") no-repeat scroll center
        bottom transparent;
    height: 4px;
}

img.help {
    border: 0;
    position: relative;
    top: 5px;
    left: 5px;
}
    
.input-container img.help {
    position: absolute;
    top: 7px;
}

/* FOOTER */
#footer {
    background-color: #6d7481;
    padding: 20px 0px;
    color: #ffffff;
    width: 100%;
    text-align: center;
}

#footer-inside span.texte-footer {
    float: left;
    padding-top: 6px;
    padding-left: 30px;
}

#footer-inside img {
    float: left;
}

#footer-inside a {
    color: #ffffff;
}

#footer-inside {
    max-width: 1020px;
    margin: 0 auto;
}

@media (max-width: 1039px) {
    #footer-inside img, #footer-inside span.texte-footer {
        float: none;
        margin: 0 auto;
        display: block;
    }
    #footer-inside span.texte-footer {
        padding-left: 0;
    }
}

/* DIVERS */
#erreur {
    font-family: Verdana, Geneva, sans-serif;
    color: #CC0000;
    font-size: 12px;
}

#clignote {
    font-size: 16px;
}

.vente_location span {
    font-size: 14px;
    color: #d80000;
}

#popup-erreurs {
    text-align: left;
}

#popup-erreurs ul {
    margin-left: 15px;
}

#popup-erreurs p {
    margin: 5px 0;
}

.ui-autocomplete {
    text-align: left;
    background: #ffffff;
}

/* PAVE DEPOSER */
.pave-deposer img.deco {
    margin-left: 15px;
    margin-bottom: 5px;
}

.pave-deposer p {
    text-align: justify;
}

/* PAVE VENDU OU REMBOURSE */
.pave-rembourse p {
    padding-bottom: 20px;
}
.pave-deposer img.deco {
    margin-right: 15px;
    margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 1039px) {
    .pave-deposer img.deco {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 480px) {
    .pave-deposer img.deco {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/* PAVE LISTING */
table.listing h2 {
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background: url(../img/fleche-titre.png) no-repeat 0px 12px;
    padding: 10px 0px 10px 15px;
    text-transform: none;
}

table.listing {
    width: 100%;
}

table.l2c td {
    width: 50%;
    vertical-align: top;
}
@media (max-width: 1039px) {
    table.l2c td {
        text-align: center;
    }
}

/* PAVE CONSULTER */
.pave-consulter input[type="text"],.pave-consulter input[type="number"],.pave-consulter select {
    width: 100%;
}
@media (min-width: 1040px) {
    .pave-consulter form {
        padding: 0px 20px;
    }
    .pave-consulter input[type="text"],.pave-consulter input[type="number"],.pave-consulter select
    {
        width: 90%;
    }
}

.pave-consulter th {
    padding-top: 10px;
}

.pave-consulter label {
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.pave-consulter .radio span {
    text-transform: uppercase;
    font-size: 11px;
}
@media (max-width: 400px) {
    .pave-consulter .radio span {
        display: block;
    }
}

/* PAVE ANNONCES */
.annonces {
    font-family: 'Calibri', Arial, sans-serif;
    width: 100%;
}

.annonces img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 78px;
}

.annonces li {
    float: left;
    width: 160px;
    padding: 0 15px;
    text-align: center;
}

.annonces p {
    text-align: center;
}

.annonces .prix {
    font-size: 18px;
    font-weight: bold;
    color: #d80000;
}

.annonces .titre a {
    font-family: 'Calibri', Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444444;
    text-decoration: none;
}

.annonces .titre a:hover {
    text-decoration: underline;
}

.annonces .geo {
    font-family: 'Calibri', Arial, sans-serif;
    font-size: 11px;
}

@media (min-width: 601px) and (max-width: 1039px) {
    .annonces li {
        width: 33.33%;
        padding-bottom: 15px;
    }
    .annonces li:nth-child(3n + 1) {
        clear: left;
    }
}
@media (max-width: 600px) {
    .annonces li {
        width: 50%;
        padding-bottom: 15px;
    }
    .annonces li:nth-child(2n + 1) {
        clear: left;
    }
}

/* QRCODE ANNONCE */

@media (min-width: 1040px) {
    .pave-qrcode .qrc{
        width:244px;
        float:left;
    }
    .pave-qrcode .texte{
        width:206px;
        float:left;
        padding-left:10px;
    }
}
@media (max-width: 1039px) {
    .pave-qrcode .qrc p {
        text-align: center;
    }
}

.pave-qrcode .texte li {
    background: url(../img/fleche-titre.png) no-repeat 0 2px;
    padding-left: 15px;
}

.pave-qrcode .texte p {
    padding: 5px 0;
}

/* PAVE RESULTATS RECHERCHE */
.pave-annonce .deco {
    margin-right: 10px;
    margin-bottom: 5px;
}

.pave-annonce h4 {
    clear: both;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Calibri', Arial, sans-serif;
    font-size: 14px;
    height:36px;
}

.pave-annonce .infos-surface, .pave-annonce .infos-pieces{
    float:left;
}

.pave-annonce .infos-surface{
    text-align:left;
    width:60%;
}
.pave-annonce .infos-pieces{
    text-align:right;
    width:40%;
}
@media (max-width: 480px) {
    .pave-annonce .infos-surface, .pave-annonce .infos-pieces{
        width: 100%;
        text-align: center;
    }
}

.pave-annonce .image{
    width:100%;
    display:table;
    height:167px;
}

.pave-annonce .image-bloc{
    display:table-cell;
    vertical-align:middle;
}

.pave-annonce .image .img{
    height:auto;
    width:100%;
    max-height:161px;
}

.pave-annonce .infos{
    padding: 0 15px;
}
@media (max-width: 1039px) {
    .pave-annonce .infos {
        padding: 0;
    }
}

.pave-annonce a {
    color: #444444;
    text-decoration: none;
}

.pave-annonce img.deco {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.pave-annonce a:hover {
    text-decoration: underline;
}

.pave-annonce .prix {
    font-family: 'Calibri', Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    color: #d80000;
    font-weight: bold;
    clear:both;
}

.pave-annonce .cdc {
    position: absolute;
    bottom: 8px;
    right: 0;
}

.pave-annonce .video {
    position: absolute;
    
	top: 0;
    left: 0;
}

/* PAVE PAGINATION */
.pagination {
    text-align: center;
    display: block;
    margin: 0 auto;
    float: none;
}

.pagination .select {
    font-size: 16px;
    font-weight: bold;
}

.pagination li {
    display: inline-block;
    margin-right: 10px;
}

/* PAVE ALERTE */
.pave-alerte table {
    width: 100%;
}

.pave-alerte td {
    width: 50%;
    vertical-align: top;
}

.pave-alerte input[type="text"],.pave-alerte select {
    width: 90%;
    margin-left: 10px;
}

.pave-alerte label {
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-left: 10px;
}

/* PAVE POPUP */
.popup img.deco {
    margin-left: 15px;
    margin-bottom: 5px;
}

.popup li {
    padding-left: 20px;
    padding-bottom: 5px;
}

.popup-erreur li {
    background: url(../img/puce-erreur.png) left top no-repeat transparent;
}

.popup-ok li {
    background: url(../img/puce-ok.png) left top no-repeat transparent;
}

/* ANNONCE */
@media (min-width: 768px) {
    .pave-bref .resume {
        float: left;
        width: 66.66%;
    }
    #resume-plus {
        float: right;
        width: 33.33%;
        text-align: right;
    }
}
@media (max-width: 767px) {
    #resume-plus {
        text-align: center;
        margin-top: 15px;
    }
}
#resume-plus .prix {
    font-size: 28px;
    text-transform: uppercase;
    color: #d80000;
    font-weight: bold;
    font-family: 'Calibri', Arial, sans-serif;
}

.bloc-photos-g {
    height: 393px;
    /*padding-bottom: 30px;*/
    text-align: center;
}

iframe.video{
	width:100%;
	height:100%;
}

#grandes-photos {
    position: relative;
    margin: 0 auto;
    height:336px;
    overflow:hidden;
}
#navigation-grande{
    position:relative;
    top:-45%;
}
#navigation-grande .gauche{
    margin-left:20px;
    float:left;
}
#navigation-grande .droite{
    float:right;
    margin-right:20px;
}
#grandes-photos img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    right:0;
    bottom:0;
    margin:auto;
    max-width:inherit !important;
}
#grandes-photos img.select {
    z-index: 1;
}
.nav-gauche,.nav-droite {
    position: relative;
    width: 35px;
    float: left;
    padding-top: 18px;
}
.bloc-petites {
    height: 95px;
}
.navigateur-photos {
    height: 103px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    float: left;
}
.bloc-photos-p {
    overflow: hidden;
    width: 3000px;
    left: 0;
    position: relative;
}
.bloc-photos-p a:hover {
    text-decoration: none
}
.bloc-photos-p ul {
    width: 3000px;
    height:63px;
}
.bloc-photos-p li {
    display: inline;
}
.bloc-photos-p img.mini {
    height: 100%;
    padding: 0 5px;
    opacity : 0.999;
}
.bloc-petites p.infos {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
	color:#d80000;
}

.playButton{
	position:absolute; bottom:13px; left:20px;height:43px;z-index: 100;
}

li.pave-annonce img{
    max-width:104px;
    max-height:78px;
}

@media (min-width: 1040px) {
    .bloc-photos-g img.grande {
        height: 100%;
    }
    
    .navigateur-photos {
        width: 390px;
    }
}
@media (max-width: 1039px) {
    #navigation-grande {
        top: -40%;
        display: block !important;
    }
    #navigation-grande .gauche{
        margin-left:10px;
    }
    #navigation-grande .droite {
        margin-right: 10px;
    }
    .bloc-petites .nav-gauche, .bloc-petites .nav-droite {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1039px) {
    #grandes-photos{
       height: 240px; 
    }
    
    .bloc-photos-g {
        height: 296px;
    }    
    /*
    .bloc-photos-g img.grande {
        width: 320px;
        height: 240px;
    }
    */
    .navigateur-photos {
        width: 324px;
    }
    /*
    .bloc-photos-p img.mini {
        width: 78px;
        height: 59px;
    }
    */
}
@media (max-width: 767px) {
    .bloc-photos-g {
        height: 300px;
    }
    #grandes-photos {
        height: 243px;
    }
    #grandes-photos img {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .navigateur-photos {
        width: 420px;
        margin: 0 auto;
        float: none;
    }
    /*
    .bloc-photos-p img.mini {
        width: 82px;
        height: 62px;
    }
    */
}
@media (max-width: 479px) {
    .navigateur-photos {
        width: 267px;
        margin: 0 auto;
        float: none;
    }
    /*
    .bloc-photos-p img.mini {
        width: 66px;
        height: 50px;
    }
    */
}

.bloc-partager {
    height: 55px;
    padding: 9px 10px 10px 10px !important;
    font-size: 11px;
    font-family: 'Calibri', Arial, sans-serif;
    font-weight: bold;
}
.bloc-partager .share,.bloc-partager .print,.bloc-partager .email {
    float: left;
}
.bloc-partager .share,.bloc-partager .email {
    padding-right: 16px;
}
.bloc-partager img.partager {
    height: 34px;
    width: 34px;
}
.bloc-adresse {
    height: 100px;
    margin-bottom: 18px !important;
}
.bloc-adresse a, .pave-description a{
    color:#d80000;
}
.bloc-map {
    height: 457px;
}
@media (max-width: 1039px) {
    .bloc-partager, .bloc-adresse {
        height: auto;
        overflow: hidden;
        width: 100%;
    }
    .bloc-partager .email {
        clear: both;
    }
    
    .bloc-partager .print {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1039px) {
    .bloc-partager .share, .bloc-partager .share table {
        width: 100%;
    }
    .bloc-partager .email a {
        margin-left: 21px;
    }
    .bloc-map {
        height: 390px;
    }
}
@media (max-width: 767px) { 
    .bloc-map {
        height: 300px;
    }
    .bloc-partager {
        text-align: center;
    }
    .bloc-partager .share, .bloc-partager .email {
        margin: 0 auto;
        display: inline-block;
        float: none;
    }
}

#map_canvas {
    width: 100%;
    height: 100%;
	z-index:30;
}


#onglets-wrapper{
	background : none;
	padding:0;
	box-shadow:none;
	border:none;
}

.sous-onglets{
	padding:10px;
	background:#fff;
	box-shadow: 0px 0px 3px 1px #b6b6b6;
	border-radius:0 0 9px 9px;
	margin : -1px 2px;
	border-top:0;
}

#conteneur-onglets {
    /*background: url(../img/blocsv3.png) -19px -206px no-repeat;*/
    height: 26px;
    position: relative;
    z-index: 50;
}
.top2c-libre #conteneur-onglets {
    background: none;
}
.onglets1 .contenu-onglet {
    padding-top: 15px;
}
.top2c-libre .ong1 {
    margin-bottom: 15px;
}
.top2c-2onglets .ong1 {
    background-position: -19px -206px !important;
}
.top2c-2onglets .ong2 {
    background-position: -519px -206px !important;
}
.top2c-3onglets .ong1 {
    background-position: -19px -248px !important;
}
.top2c-3onglets .ong3 {
    background-position: -519px -248px !important;
}
.top2c-3onglets .ong2 {
    background-position: -19px -288px !important;
}
#onglets table {
    height: 26px;
    width: 100%;
    /*width: 485px;*/
}
#onglets td {
    text-align: center;
    font-family: "Calibri", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}
#onglets td.ong-noselect {
    background: #c00000;
    background: -moz-linear-gradient(top, #c00000 0%, #dc0000 100%);
    background: -webkit-linear-gradient(top, #c00000 0%,#dc0000 100%);
    background: linear-gradient(to bottom, #c00000 0%,#dc0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00000', endColorstr='#dc0000',GradientType=0 );
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
#onglets td.ong-select {
    -moz-box-shadow: 0px -2px 2px 0px #b6b6b6;
    -webkit-box-shadow: 0px -2px 2px 0px #b6b6b6;
    -o-box-shadow: 0px -2px 2px 0px #b6b6b6;
    box-shadow: 0px -2px 2px 0px #b6b6b6;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#b6b6b6, Direction=NaN, Strength=3);    
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: #fff;
}
#onglets .ong-select a {
    color: #d80000;
}
#onglets .ong-noselect a {
    color: #ffffff;
}
#onglets .ong1 {
    height: 26px;
}
.top2c-2onglets td {
    width: 50%;
}
.top2c-3onglets td {
    width: 33%;
}


.ong-select #lien-ong-description {
    background: url(../img/picto/puce-info-black.png) 0 2px no-repeat
        transparent;
    padding-left: 15px;
}

.ong-noselect #lien-ong-description {
    background: url(../img/picto/puce-info-white.png) 0 2px no-repeat
        transparent;
    padding-left: 15px;
}

.ong-select #lien-ong-geolocalisation {
    background: url(../img/picto/puce-geoloc-black.png) 0 2px no-repeat
        transparent;
    padding-left: 15px;
}

.ong-noselect #lien-ong-geolocalisation {
    background: url(../img/picto/puce-geoloc-red.png) 0 2px no-repeat
        transparent;
    padding-left: 15px;
}

.ong-select #lien-ong-options {
    background: url(../img/picto/puce-options-black.png) 0 2px no-repeat
        transparent;
    padding-left: 25px;
}

.ong-noselect #lien-ong-options {
    background: url(../img/picto/puce-options-white.png) 0 2px no-repeat
        transparent;
    padding-left: 25px;
}

/* BLOC CONTACT TEL */
ul.telephone {
    padding-left: 150px;
}
.telephone .fixe,.telephone .mobile {
    padding-left: 33px;
    padding-top: 2px;
    height: 32px;
    background-position: left middle;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Calibri', Arial, sans-serif;
}
.telephone .mobile {
    background-image: url(../img/picto-mobile.png);
}
.telephone .fixe {
    background-image: url(../img/picto-fixe.png);
}
@media (max-width: 1039px) {
    ul.telephone {
        padding-left: 0;
        text-align: center;
    }
    ul.telephone li {
        display: inline-block;
    }
}

/* BLOC CONTACT MAIL */
/* PAVE CONSULTER */
@media (min-width: 1040px) {
    .pave-form form {
        padding: 0px 20px;
    }
    .pave-form th {
        padding-top: 0px;
    }
    .pave-form input[type="text"],.pave-form input[type="email"],.pave-form input[type="password"],.pave-form select {
        width: 80%;
    }
    .pave-form textarea {
        width: 90%;
        height: 85px;
    }
}
.pave-form input[type="text"],.pave-form input[type="email"],.pave-form input[type="password"],.pave-form select {
    width: 100%;
}
.pave-form textarea {
    width: 100%;
    height: 100px;
}
.pave-form label {
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

/* FB SHARE */
#fb_share,#twitter_share,#google_share {
    position: relative;
    height: 34px;
    width: 34px;
    top: -2px;
}

#frame_fb_top,#frame_fb_bottom,#visible_fb,#frame_twitter_top,#visible_twitter,#frame_google_top,#visible_google
{
    position: absolute;
    top: 0;
    left: 0;
    height: 34px;
    width: 34px;
}

#frame_fb_bottom {
    top: 17px;
}

#frame_fb_top,#frame_fb_bottom,#frame_twitter_top,#frame_google_top {
    zoom: 1;
    filter: alpha(opacity = 0);
    opacity: 0;
    z-index: 3;
}

#frame_twitter_top {
    top: 2px;
}

#frame_google_top {
    top: 4px;
}

#frame_fb_top iframe,#frame_fb_bottom iframe,#frame_twitter_top iframe {
    height: 34px !important;
    width: 34px !important;
}

#visible_fb,#visible_twitter {
    z-index: 2;
}

/* PAVE EMAIL UN AMI */
#email-ami {
    position: absolute;
    width: 486px;
}

div.fbStyle {
    width: 420px;
}

div.fbStyle div.image {
    width: 96px;
    float: left;
}

div.fbStyle div.texte {
    width: 324px;
    float: left;
}

.fbStyle img {
    padding-right: 10px;
    width: 86px;
}

.fbStyle h4 {
    font-size: 13px;
    color: #333;
    font-weight: bold;
}

.fbStyle p.lien {
    font-size: 9px;
    color: #808080;
    font-weight: bold;
    margin-bottom: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



/* GUIDE */
ul.menu-guide {
    margin: 0 !important;
}

.menu-guide li {
    background-image: url("../img/fleche-grise.png");
    background-position: 0px 3px;
    background-repeat: no-repeat;
    padding-left: 15px;
}

.menu-guide li.select {
    background-image: url("../img/fleche-titre.png") !important;
    font-weight: bold;
    color: #d80000;
}

.menu-guide li.select a {
    color: #d80000;
}

.pave-nips strong, .pave-nips strong a{
    color:#d80000;
}

body.guide .colonne div{
    text-align:justify;
}

body.guide div.col3-1 p:first-child:first-letter, p.lettrine:first-letter {
    float: left;
    font-size: 3em;
    line-height: 1;
    margin-right: 0.2em;
}

body.guide .pave-texte ul {
    margin: 10px 0 10px 10px;
}

body.guide .pave-texte li {
    background-image: url("../img/fleche-grise.png");
    background-position: 0px 3px;
    background-repeat: no-repeat;
    padding-left: 15px;
    text-align:left;
}
body.guide .menu-guide li {
    padding-bottom:15px;
}

body.guide ul.menu-serre li, body.guide li.menu-serre {
    padding-bottom:0px !important;
}

body.guide .pave-texte strong {
    color: #d80000;
}

body.guide .pave-navigation a.haut{
    background-image: url("../img/fleche-haut.png");
    background-position: right 4px;
    background-repeat: no-repeat;
    padding-right: 14px;
}

body.guide .pave-navigation p{
    text-align:center;
}

/* AIDE */
.pave-aide p{
    text-align:left;
}

/* PLAN */
.pave-plan p{
    margin-bottom : 10px;
}

/* PORTAIL */
.bloc-portail-1{
    float:left;
    width:249px;
    height:165px;
}

.bloc-portail-2{
    float:left;
    width:494px;
    height:165px;
}

/* ACTU */

body.actu-detail .pave-texte a{
    color:#d80000 !important;
}

.pave-petite .last-article .bottom1c-libre{
    margin-bottom : -12px;
}

.pave-petite .middle1c-libre{
    position:relative;
}

.pave-texte .resume{
    margin-bottom:24px;
}

.mini-article .resume{
    overflow:hidden;
    margin-bottom:24px;
}

.mini-article .pied, .pave-actu-2 .pied{
    height:34px;
    position:absolute;
    bottom:0;
}

.pave-actu-2 .pied{
    width:240px;
}

.mini-article .pied{
    width:207px;
}

.pied a{
    text-decoration:none !important;
    border:0 !important;
}

.pied td.theme, .mini-article .pied td.theme a, .pave-texte .pied td.theme a{
    color: #d80000;
    font-weight:bold;
}

#pave-actu .col-droite .col1{
    width: 50%;
}
@media (max-width: 1039px) {
    #pave-actu .col-droite .col1{
        width:100%;
    }
}

#pave-actu .top2c-libre-dossier {
    display: block;
    /*width: calc(100% - 2px);*/
    width: calc(100% + 6px);
    background: url(../img/actu/actu-dossier-semaine.png) 0 0 no-repeat;
    background-size: 100%;
    height: 46px;
    margin-bottom: -18px;
    margin-top: -3px;
    z-index: 50;
    position: relative;
    margin-left: -3px;
}
@media (min-width: 768px) and (max-width: 1039px) {
    #pave-actu .top2c-libre-dossier { 
        height: 32px;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    #pave-actu .top2c-libre-dossier {
        height: 65px;
    }
}
@media (max-width: 399px) {
    #pave-actu .top2c-libre-dossier { 
        height: 32px;
    }
}

#pave-actu .col-droite .col2 .pave-infocom{
    padding : 0 5px;
}
#pave-actu .col-droite .col2 .middle1c-libre-jaune{
    width: 100%;
    -moz-box-shadow: 0px 0px 3px 1px #b6b6b6;
    -webkit-box-shadow: 0px 0px 3px 1px #b6b6b6;
    -o-box-shadow: 0px 0px 3px 1px #b6b6b6;
    box-shadow: 0px 0px 3px 1px #b6b6b6;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#b6b6b6, Direction=NaN, Strength=3);
    border-radius: 9px;
    background: #fae033;
    padding: 10px;
    margin-bottom: 16px;
}
@media (min-width: 1040px) {
    #pave-actu .col-droite .col1 {
        padding-right: 10px;
    }
    #pave-actu .col-droite .col2{
        width: 50%;
        padding-left: 10px;
    }
    #pave-actu .col-droite .col2 .middle1c-libre-jaune{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .pave-deposer {
        width: 100%;
    }
    #pave-actu .col-droite .col2 .middle1c-libre-jaune {
        margin: 0 0 16px 0;
        width: 100%;
    }
}
.top1c-libre-jaune{
    display: none;
}
.bottom1c-libre-jaune{
    display: none;
}

#pave-actu img.deco{
    width:220px;
    padding-left:10px;
    padding-bottom:10px;
}
@media (max-width: 380px) {
    #pave-actu img.deco{
        float: none !important;
        display: block;
        margin: 0 auto;
    }
}

.pave-actu-1 h2{
    padding: 10px 0;
}
.pave-actu-2 div.image{
    width:220px;
    float:left;
}
.pave-actu-2 div.image img{
    width:220px;
}
.pave-actu-2 div.texte{
    width: calc(100% - 220px);
    float:left;
    padding-left:10px;
}
@media (max-width: 1039px) {
    .pave-actu-2 div.image, .pave-actu-2 div.texte {
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .pave-actu-2 div.image img {
        width: auto;
        display: block;
        margin: 0 auto 10px auto;
    }
}

.pave-infocom p{
    text-align:center;
    font-family : Calibri, sans-serif;
    font-weight:bold;
}

.pave-infocom .titre{
    font-size:21px;
    text-transform: uppercase;
    padding-bottom:15px;
}

.pave-infocom .acheteurs{
    font-size:18px;
    color:#d80000;
    padding: 10px 0;
}

.pave-infocom .date-offre{
    font-size:16px;
    text-transform: uppercase;
    padding-top : 15px;
}

.pave-infocom .vendu-rembourse{
    font-size:20px;
    color:#d80000;
}

.pave-theme div.image{
    float:left;
    width:89px;
}
.pave-theme div.texte{
    float:left;
    width: calc(100% - 89px);
}
.pave-theme div.lien{
    width:215px;
    max-width: 100%;
    text-align:center;
    padding-top:10px;
}
.pave-theme div.texte h2 a, .pave-theme div.texte h2{
    padding-bottom:0px;
    text-decoration:none;
    border:0 !important;
}
@media (max-width: 1039px) {
    .pave-theme div.image, .pave-theme div.texte {
        width: 100%;
        float: none;
    }
    .pave-theme div.image img {
        width: auto;
        display: block;
        margin: 0 auto 10px auto;
    }
}
@media (min-width: 768px) and (max-width: 1039px) {
    .pave-theme {
        height: 215px;
        position: relative;
    }
    .pave-theme div.lien {
        position: absolute;
        left: 5px;
        bottom: 5px;
        width: calc(100% - 10px);
    }
}

.actu-liste li {
    width: calc(50% - 10px);
    margin-right: 20px;
    float:left;
    padding-left : 30px;
    height:24px;
    margin-bottom:5px;    
}
.actu-liste li:nth-child(2n) {
    margin-right: 0;
}
@media (max-width: 767px) {
    .actu-liste li {
        width: 100%;
        margin-right: 0 !important;
    }
}

.actu-liste li.argent-impots {
    background:url(../img/actu/themes/argent-impots-p.png) 0 0 no-repeat transparent;
}

.actu-liste li.immobilier {
    background:url(../img/actu/themes/immobilier-p.png) 0 0 no-repeat transparent;
}

.actu-liste li.technique {
    background:url(../img/actu/themes/technique-p.png) 0 0 no-repeat transparent;
}

.actu-liste li.legislation {
    background:url(../img/actu/themes/legislation-p.png) 0 0 no-repeat transparent;
}

.actu-liste li .theme{
    color:#d80000;
    font-weight:bold;
    margin-left:10px;
    float:right;
}

/* HEADER ACTU */

.header-actu{
    width:300px;
    font-size:11px;
}

.header-actu .texte-actu{
    width:190px;
    float:left;
    clear:both;
    text-align:justify;
    padding-right:5px;
}

.header-actu .img-actu{
    width:100px;
    float:left;
}

.header-actu .img-actu img{
    max-width:100px;
    max-height:85px;
    border-radius:5px;
}

.header-actu .titre{
    padding-bottom:5px;
}

.header-actu a{
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:#ffffff;
}

.header-actu .suite a{
    background: url(../img/fleche-titre.png) no-repeat 0px 2px;
    padding-left : 15px
}


.pave-consulter h2{
    font-size : 1.3em;
    text-align: center;
    color :#333333;
    font-family: 'Montserrat', sans-serif;
}
.pave-deposer h2{
    font-size : 1.3em;
    text-align: center;
    color :#333333;
    font-family: 'Montserrat', sans-serif;
}
#haut{
    margin-top: 2%;
    margin-bottom: 2%;
}
.argumentConsulterList{
    margin-left : 1%;
    margin-bottom: 2%;
    list-style-type:  none;
    font-weight:  bold;
    font-size : 1.1em;
}
/*
.argumentConsulterList li:before{
    content : "✔";
    color: #32bb32;
    padding-right:10px;
}
*/

.argumentConsulterList li:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;       
}
.argumentConsulterList li{
    display:block;
    background: transparent url(../img/puce-tick-vert-24.png) left center no-repeat;
    padding-left:36px;
    min-height: 3em;    
    line-height: 1.1em;
}
@media (max-width: 767px) {
    .argumentConsulterList li{
        margin-bottom: 10px;
    }
}

span.valign-li {
    display: inline-block;  
    vertical-align: middle;     
}

.argumentDeposerList{
    margin-left : 0;
    margin-bottom: 0;
    list-style: none;
    font-weight:  bold;
    font-size : 1.1em;
}

.argumentDeposerList li:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;       
}
.argumentDeposerList li{

display:inline-block;
width:227px;
background: transparent url(../img/puce-tick-vert-24.png) left center no-repeat;
padding-left:36px;
height: 3em;    
line-height: 1.1em;
}


/*****************Adds**************/

.step_3,.step_4_1,.Corp1F,.step_5,.Corp2F{
    display: none;
}
#input-categorie{
    font-size: 1.3em;
}
.panel_lp_1 {
    background: #2ab42a;
    color :white;
    font-size: 1.6em;
     padding : 20px;
    text-align: center;
}

.container1 {
    font-size:1.1em;
    font-weight: bold;
}
.reponsePaysY{
    width: 55px;
    background: #2ab42a;
    color :white;
    text-align: center;
    font-size: 20px;
    margin-left: 15px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px black;
}
.reponsePaysN{
    width: 55px;
    background: red;
    color :white;
    text-align: center;
    font-size: 20px;
    margin-left: 15px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px black;
}
.reponsePaysY:hover{

    cursor:pointer;
}
.reponsePaysN:hover{

    cursor:pointer;
}
.firstLP1L{
    padding-left : 10px;
}
@media (min-width: 1040px) {
    .firstLP1L select {
        max-width: 245px;
    }
}
.secondLP1L {
    padding-top: 20px;
}
.hidden{
   display: none;
}
.step_1{
    width: 100%;
}

.containerRings {
    position: relative;
    display: inline-block;
}
span.currentPassive {
    font-size: 1.3em;
    font-weight: bold;
    color: #CCCCCC;
    padding-left: 2px;
    padding-right: 2px;
    float: right;
    margin-top: 4%;
}
.yPanel {
    background-color: #fae033;
    font-weight: bold;
    font-size: 1.7em;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.yPanel2 {
    background-color: #fae033;
    font-weight: bold;
    font-size: 1.2em;
    vertical-align: middle !important;
    text-align: center;
}
.yPanel3 {
    background-color: #fae033;
    font-weight: bold;
    font-size: 1.4em;
    padding: 30px 5px;
    text-align: center;
}

.pubPanelRed {
    color: red;
}

#input-email, #input-emailbis{
    font-size:12px;
}

#input-codepostal,#input-ville {
    width: 230px;
    line-height:  21px;
}

.noAlignV{
    vertical-align: top;
}
.containerLocationDiv{
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
}
.grPanel {
    padding: 5px;
    background-color: #6D7481;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    vertical-align: middle !important;
    text-align: center;
}
.grPanel2{   
    /*padding-top: 7%;
    padding-bottom: 7%;*/
    padding: 30px 5px;
    background-color: #6D7481;
    color: white;
    font-weight: bold;
    font-size: 1.3em;
    vertical-align: middle !important;
    text-align: center;
    
}
.relative{
    position: relative;
    width: 100%;
}
.center{
    text-align: center;
}
.tdBRS,.tdDBS{
    vertical-align: top;
}
.input-container {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.input-container span.help-label {
    position: absolute;
    font-size: 13px;
    left: 4px;
    bottom: 6px;
    color: #ccc;
}
.input-container input {
    padding-left: 104px !important;
    margin-bottom: 0 !important;
    font-weight: bold;
}
.input-container input.little-padding {
    padding-left: 47px !important;
}
div.tableau table td .input-container {
    width: 100%;
}
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"] {
    line-height: 21px;
    font-size: 16px;
}
select {
    height: 27px;
    font-size: 16px;
}
.tdBRS input[type='text']{    
    /*width: 63%;*/
    width: 85%;
}
.tdBRS select{
    /*width: 80%;*/
    width: 85%;
}
.tdDBS input[type='text']{
    /*margin-bottom: 6%;*/
    width: 80%;
}
.tdDBS select{
    /*margin-bottom: 8px;*/
    width: 80%;
}
@media (min-width: 1040px) {
    .containerData_Description {
        width: 455px;
        margin-top: 10px;
        float: left;
    }
    .yPanel3 {
        margin-top: 40px;
    }
    .resizedStep{
        width: 495px;
    }
    .yPanel2 {        
        padding-top: 15%;
        padding-bottom: 15%;
        margin-bottom: 5%;
    }
    .yPanel3 {
        margin-bottom: 7%; 
    }
}
@media (max-width: 1039px) {
    .step_1 select, .tdBRS select, .tdDBS select, .tdDBS input[type='text'], .tdBRS input[type='text']{
        width: 100%;        
    }
    input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"] {
        border: 1px solid rgb(169,169,169);        
        height: 34px;
        padding: 0 4px;
    }
    .input-container {
        margin-bottom: 3px;
        width: 100%;
    }
    .input-container span.help-label {
        bottom: 9px;
    }
    /*.tdBRS input[type='text'], .tdBRS select, .tdDBS input[type='text'], .tdDBS select, .tdDBS input[type="number"], .tdDBS input[type="password"], .tdDBRS input[type="number"], .tdDBRS input[type="password"] {
        margin-bottom: 3px;
    }*/
    select {
        border-radius: 0;
        -webkit-appearance: none;
        background-color: white;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==);
        background-position : right center;
        background-repeat: no-repeat;
        padding-right: 1.5em;
        padding-left: 4px;
        height: 34px;
        border: 1px solid rgb(169,169,169) !important;
    }
    textarea,
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="button"],
    input[type="submit"] {
        -webkit-appearance: none;
        border-radius: 0;
    }
    #input-codepostal,#input-ville {
        width: 100%;
        line-height: 34px;
    }
    .input-container img.help {
        top: 9px;
    }
    td.secondLP1L td {
        text-align: center;
    }
    .reponsePays {
        display: inline-block;
        margin: 0;
    }
    .yPanel {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .hide-mobile {
        display: none !important;
    }
}

.container_nombreAcheteur {
    display: none;
    font-size: 1.5em;
    font-weight: bold;
    color: #d80000;
    text-align: center; 
}
#deposerFirst{
    cursor:pointer;
}
.signUp{
    margin-top: 20px;
    margin-bottom: 20px;
}
.unitInput{
    margin-left:-21px;
    font-weight: bold;
}
.unitInputLong{
    margin-left: -44px;
    font-weight: bold;
}
.step_3 input{
  padding-right:40px;
   
}
.deposer .ui-dialog {
    max-width: 500px;
}

body.deposer .middle2c {
    padding: 0;
}
@media (min-width: 768px) {
    body.deposer .middle2c {
        margin: 0 -10px;
    }
}
#form-deposer-top {
    display: none;
}
#form-deposer-middle {
    /*background: url(../img/bloc-1c-milieu.png) repeat-y;
    padding: 10px 26px;*/
    -moz-box-shadow: 0px 0px 3px 1px #b6b6b6;
    -webkit-box-shadow: 0px 0px 3px 1px #b6b6b6;
    -o-box-shadow: 0px 0px 3px 1px #b6b6b6;
    box-shadow: 0px 0px 3px 1px #b6b6b6;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#b6b6b6, Direction=NaN, Strength=3);
    border-radius: 9px;
    background: #fff;
    padding: 10px;
    margin-bottom: 16px;
}
#form-deposer-bottom {
    display: none;
}

.blocTexte p {
    word-wrap: break-word;
}
@media (min-width: 1040px) {
    .blocTexte {
        float: right;
        width: 415px;
    }
    .grPanel {
        top:0;
        right: 0;
        width: 415px;
        position: absolute;
    }
    .infos-bien {
        min-height: 75px;
    }
    .step_3 .tableau, .step_5 .tableau {
        float: left;
    }
    .step_4_1 {
        clear: both;
    }
    .containerLocationDiv .input-container {
        width: 49%;
        text-align: left;
    }
}
@media (max-width: 1039px) {
    #form-deposer-middle {
        background-color: #f5f5f5;
    }
    .deposer h1#haut {
        display: none;
    }
    h3#titleFrom {
        font-size: 25px;
        text-align: center;
    }
    .deposer .step_2 {
        margin-top: 20px;
    }
    .blocTexte {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    div.tableau{
        width:100%;
    }
    div.tableau table{
        margin:0px;
        width:100%;
    }    
    div.tableau table table, 
    div.tableau table thead, 
    div.tableau table tbody, 
    div.tableau table th, 
    div.tableau table td, 
    div.tableau table tr { 
        display: block !important; 
    }
    div.tableau.tableauTitres table td:before { 
        content: attr(data-title);
        font-family: Arial, sans-serif;
        font-size: 11px;
        font-weight: bold;
        margin-bottom: 4px;
        display: block;
    }
    div.tableau.tableauTitres table th {
        display: none !important;
    }
    div.tableau.tableauTitres table th.visible {
        display: block !important;
    }
     
    div.tableau table thead tr { 
        display:none;
    }
    div.tableau table td { 
        position: relative;
        border: 0px solid transparent;
        white-space: normal;
        margin-bottom: 5px;
        width: 100%;
    }
    #input-codepostal, #input-ville {
        width: 100%;
        margin-bottom: 5px;
    }
    .unitInput, .unitInputLong{
        position: absolute;
        right: 6px;
        bottom: 9px;
        margin-left: 0;
    }
}
@media (min-width: 675px) and (max-width: 1039px) {
    .tableauTarifs table {
        width: 100%;
    }
}
@media (min-width: 500px) and (max-width: 1039px) {
    .tableauEtapes table {
        width: 100%;
    }
}
@media (max-width: 674px) {
    div.tableauTarifs{
        width:100%;
    }
    div.tableauTarifs table{
        margin:0px;
        width:100%;
    }    
    div.tableauTarifs table table, 
    div.tableauTarifs table thead, 
    div.tableauTarifs table tbody, 
    div.tableauTarifs table th, 
    div.tableauTarifs table td, 
    div.tableauTarifs table tr { 
        display: block; 
    } 
    div.tableauTarifs table td { 
        position: relative;
        border: 0px solid transparent;
        white-space: normal;
        margin-bottom: 5px;
        width: 100%;
    }
}
@media (max-width: 499px) {
     div.tableauEtapes{
        width:100%;
    }
    div.tableauEtapes table{
        margin:0px;
        width:100%;
    }    
    div.tableauEtapes table table, 
    div.tableauEtapes table thead, 
    div.tableauEtapes table tbody, 
    div.tableauEtapes table th, 
    div.tableauEtapes table td, 
    div.tableauEtapes table tr { 
        display: block; 
    }
    div.tableauEtapes table td { 
        position: relative;
        border: 0px solid transparent;
        white-space: normal;
        margin-bottom: 5px;
        width: 100%;
        text-align: center;
    }
    div.tableauEtapes table td .containerRings {
        width: 160px;
        text-align: left;
    }
    .containerRings img {
        float: left;
        margin-right: 3px;
    }
    span.currentPassive {
        float: left;
    }
}

#tarteaucitronAlertBig{ background-color:#6d7481 !important;border-top:1px solid white !important;}
#tarteaucitronPersonalize{ border-radius:5px; background:linear-gradient(to bottom, #33bb33 0%, #33bb33 50%, #32b032 50%, #32b032 100%) !important; color:white !important;}
#tarteaucitronCloseAlert{ border-radius:5px;}

#tarteaucitronMainLineOffset{border: 2px solid black !important; background-color:#6d7481 !important;}
.tarteaucitronAllow{border-radius:5px; background:linear-gradient(to bottom, #33bb33 0%, #33bb33 50%, #32b032 50%, #32b032 100%) !important; color:white !important;}
.tarteaucitronDeny{border-radius:5px; background:linear-gradient(to bottom, #dc0000 0%, #dc0000 50%, #c00000 50%, #c00000 100%) !important; color:white !important;}
.tarteaucitronTitle button{background-color:#6d7481 !important;}

.i-am-flex{display:flex}
.i-am-flex .flex1{flex:1}
.i-am-flex .flex2{flex:2}
.i-am-flex .flex3{flex:3}
.i-am-flex .flex4{flex:4}
.i-am-flex .flex5{flex:5}
									
.joli-bloc{-moz-box-shadow: 0px 0px 3px 1px #aaaaaa;-webkit-box-shadow: 0px 0px 3px 1px #aaaaaa;-o-box-shadow: 0px 0px 3px 1px #aaaaaa;box-shadow: 0px 0px 3px 1px #aaaaaa;
			filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, Direction=NaN, Strength=3);
			border-radius: 9px;	background: #fff;padding: 10px;}