@import url("reset.css");

/* new clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */

.txt-hidden {
    position: absolute;
    left: -9999em;
}

/*
					IMPORTANT

Pour les Font-face : Avant d'envoyer, changer les adresses '../fonts' par '/sites/all/themes/ign/fonts'
*/

@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/opensans-light-webfont.eot?ddjh4f');
    src: url('../fonts/opensans-light-webfont.eot?#iefixddjh4f') format('embedded-opentype'), url('../fonts/opensans-light-webfont.woff?ddjh4f') format('woff'), url('../fonts/opensans-light-webfont.ttf?ddjh4f') format('truetype'), url('../fonts/opensans-light-webfont.svg?ddjh4f#opensans-light-webfont') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold-webfont.woff') format('woff'), url('../fonts/opensans-bold-webfont.ttf') format('truetype'), url('../fonts/opensans-bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansExtrabold';
    src: url('../fonts/opensans-extrabold-webfont.eot');
    src: url('../fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-extrabold-webfont.woff') format('woff'), url('../fonts/opensans-extrabold-webfont.ttf') format('truetype'), url('../fonts/opensans-extrabold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: 800;
    font-style: normal;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}

/* jScrollPane*/

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: red;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspVerticalBar *,
.jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #c5c3c0;
    position: relative;
}

.jspDrag {
    background: none repeat scroll 0 0 #3F3930;
    cursor: pointer;
    left: 2px;
    position: relative;
    top: 0;
    width: 7px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspVerticalBar .jspArrow.jspArrowUp {
    background: url(../img/design/scroll/top.png) top left no-repeat #C5C3C0;
}

.jspVerticalBar .jspArrow.jspArrowDown {
    background: url(../img/design/scroll/bottom.png) bottom left no-repeat #C5C3C0;
}

.jspHorizontalBar .jspArrow {
    width: 10px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}

/* jqzoom */
div.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

img.jqzoom {
    cursor: crosshair;
    position: relative;
}

.liste-liens {
    margin: 10px 0;
}

.liste-liens li {
    margin: 0 0 4px 0;
}

/* COMMON
--------------------------------------------------------------------------------------------------------------------------------------*/

body {
    color: #333333;
    padding: 0;
    margin: 0;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    background-color: #f7f6f2;

}

a {
    color: #333333;
}

a.btn-marron {
    background: url("../img/design/btn/marron.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: inline-block;
    overflow: hidden;
    padding: 10px 25px 10px 18px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

a.btn-marron span.btn-droit {
    float: right;
    background: url("../img/design/btn/marron.png") no-repeat scroll right top transparent;
    width: 16px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
}

a.btn-marron:hover {
    color: #dddddd;
}

a.btn {
    background: url("../img/design/btn/vert-blanc-petit.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9em;
    overflow: hidden;
    padding: 6px 18px 9px 18px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

a.btn span.btn-droit {
    background: url("../img/design/btn/vert-blanc-petit.png") no-repeat scroll right top transparent;
    float: right;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
}

a.btn:hover {
    color: #ddd;
}

a.btn-grand {
    background: url("../img/design/btn/vert-blanc-grand.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1em;
    overflow: hidden;
    padding: 11px 18px 9px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

a.btn-grand span.btn-droit {
    background: url("../img/design/btn/vert-blanc-grand.png") no-repeat scroll right top transparent;
    float: right;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    font-size: 1em;
    font-weight: normal;
    margin-right: 0;
    padding-left: 0px;
}

a.btn-grand:hover {
    color: #ddd;
}

.bloc-contenu p {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin: 10px 0 10px;
}

.bloc-contenu a {
    color: #256285;
    text-decoration: none;
}

.bloc-contenu a:hover {
    text-decoration: underline;
}

p {
    margin: 5px 0 10px 0;
}

a.fleche {
    background: url("../img/design/fleche/droite-marron.png") no-repeat scroll right 6px transparent;
    font-family: 'OpenSansRegular';
    font-weight: bold;
    padding-right: 15px;
    text-decoration: none;
}

a.fleche:hover {
    text-decoration: underline;
}

a.fleche2 {
    background: url("../img/design/ico/fleche.png") no-repeat scroll left 5px transparent;
    padding-left: 15px;
    color: #333333;
}

a.fleche2:hover {
    background: url("../img/design/ico/fleche.png") no-repeat scroll left -5px transparent;
    color: #3998AD;
}

body.webtv a.fleche2 {
    font-weight: bold;
    color: #7E7160;
    background-position: left -15px;
}

body.webtv a.fleche2:hover {
    text-decoration: underline;
}

span.fleche2 {
    background: url("../img/design/ico/fleche.png") no-repeat scroll left 5px transparent;
    padding-left: 15px;
    color: #333333;
    font-weight: bold;
}

.margeHaute {
    margin-top: 20px;
}

.align-gauche {
    float: left;
    margin: 0 10px 10px 0;
}

.align-droite {
    float: right;
    margin: 0 0px 10px 10px;
}

.carousel-controls {
    position: absolute;
}

.carousel-controls div {
    height: 46px;
    left: 3px;
    position: absolute;
    top: 128px;
    width: 42px;
    z-index: 3;
}

.carousel-controls div.carousel-next {
    left: 900px;
}

.carousel-controls div a {
    display: block;
    background: url("../img/design/fleche/slide-video.png") no-repeat scroll left 0 transparent;
    height: 46px;
    width: 42px;
    text-indent: -99999px;
    z-index: 3;
}

.carousel-controls div.carousel-next a {
    background-position: top right;
}

/* PAGE
--------------------------------------------------------------------------------------------------------------------------------------*/

#page {
    margin: 0px auto;
    background: #f7f6f2;

}

/* HEADER
--------------------------------------------------------------------------------------------------------------------------------------*/
#top-header {
    position: relative;
    z-index: 90;
    height: 40px;
    background-color: #F7F6F2;
    padding: 0;
}

#top-header:before {
    background: #71777a;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 70%;
    height: 100%;
}

@media (max-width: 959px) {
    #top-header:before {
        display: none;
    }
}

#top-header a:hover,
#top-header a:focus {
    background: #666;
}

.region-surentete {
    position: relative;
    z-index: 2;
    max-width: 960px;
    margin: 0 auto;
    white-space: nowrap;
    font-size: 0;
}

@media (max-width: 959px) {
    .region-surentete {
        max-width: none;
    }
}

.region-surentete > .block-entete {
    display: inline-block;
}

.region-surentete > .block_geod, .region-surentete > .block-entete {
    vertical-align: top;
    height: 40px;
    white-space: normal;
    font-size: 14px;
    background-color: #71777a;
}

#top-header a {
    font-family: "OpenSansLight", Arial, sans-serif;
    font-weight: 300;
    display: block;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 38px;
    line-height: 40px;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
}

/*
					IMPORTANT

Pour le background d'after : Avant d'envoyer, changer les adresses
'http://www.ign.fr/institut/sites/all/themes/ign/images/pictos/satellittes_arrow.png'
par '../images/pictos/satellittes_arrow.png'
*/

.region-surentete .lien-bas::after {
    content: "";
    display: inline-block;
    vertical-align: -1px;
    width: 24px;
    height: 14px;
    margin-left: 12px;
    background: url('http://www.ign.fr/institut/sites/all/themes/ign/images/pictos/satellittes_arrow.png') no-repeat;
    background-size: contain;
}

.region-surentete .lien-bas:hover:after {

    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.region-surentete .lien-bas {
    background: #71777a;
    position: relative;
    z-index: 99;
    height: 40px;
}

.region-surentete .lien-bas a:hover,
.region-surentete .lien-bas a:focus {
    background: #666;
}

.region-surentete .column-left,
.region-surentete .column-right,
#menu .dropDown .column-left,
#menu .dropDown .column-right {
    float: left;
    width: 50%;
}

@media (max-width: 699px) {
    .region-surentete .column-left,
    .region-surentete .column-right {
        float: none;
        width: auto;
    }
}

#top-header .dropDown a {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-right: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    height: 40px;
}

#top-header a.lien-droite {
    margin-right: 0;
}

#top-header a.lien-haut {
    color: #888888;
    text-decoration: none;
    background: url(../img/design/fleche/gauche-marron.png) 8px 5px no-repeat #7e7160;
    color: #fff;
}

#top-header a.lien-haut:hover {
    background-color: #a18f78;
}

#top-header a.lien-rss {
    text-decoration: none;
    background: url(../img/design/ico/rss.png) 0px 0px no-repeat;
    padding: 1px 6px 1px 22px;
}

#top-header span.actu {
    color: #000;
    background: #fff;
    padding: 1px 10px;
    display: inline-block;
    width: 304px;
    border: medium none;
    margin-bottom: 0;
}

#header .section {
    position: relative;
    z-index: 1;
    max-width: 940px;
    min-height: 120px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
}

#logo {
    display: inline-block;
    vertical-align: top;
    margin: -10px 0;
    padding: 6px 10px;
}

#header .section img, p {
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width: 750px) {
    .section .bloc-entete-nom-site {
        position: absolute;
        left: 168px;
        bottom: 1px;
        margin-bottom: 5px;
        right: 30px;
        line-height: 1;
        font-size: 65px;
        text-transform: uppercase;

    }

    .section .bloc-entete-nom-site #nom-site1 {
        font-size: 45px;
        padding-top: 100px;
        padding-bottom: 0;
    }
}

@media (max-width: 749px) and (min-width: 640px) {
    .section .bloc-entete-nom-site {
        position: absolute;
        left: 168px;
        bottom: 1px;
        margin-bottom: 5px;
        right: 30px;
        line-height: 1;
        text-transform: uppercase;
    }

    .section .bloc-entete-nom-site #nom-site1 {
        font-size: 30px;
        padding-top: 100px;
        padding-bottom: 0;
    }

    .section .bloc-entete-nom-site #nom-site2 {
        font-size: 45px;
    }

}

@media (max-width: 639px) {
    .section .bloc-entete-nom-site {
        position: absolute;
        left: 168px;
        bottom: 70px;
        margin-bottom: 5px;
        right: 30px;
        line-height: 1;
        text-transform: uppercase;
    }

    .section .bloc-entete-nom-site #nom-site1 {
        font-size: 25px;
        padding-top: 10px;
        padding-bottom: 0;
    }

    .section .bloc-entete-nom-site #nom-site2 {
        font-size: 30px;
    }
}

.section .bloc-entete-nom-site #nom-site1, #nom-site2 {
    line-height: 1;
}

.section .bloc-entete-nom-site a {
    text-decoration: none;
    color: #71777a;
    font-family: "OpenSansLight", Arial, sans-serif;
    font-weight: 300;
}

@media (min-width: 640px) {
    .section .medias {
        position: absolute;
        right: 12px;
        bottom: 70px;
    }
}

@media (max-width: 639px) and (min-width: 370px) {
    .section .medias {
        position: absolute;
        right: 70px;
        bottom: 20px;
    }
}

@media (max-width: 369px) {
    .section .medias {
        display: none;
    }
}

#header h1 a {
    margin: 0;
    width: 304px;
    height: 102px;
    display: block;
    text-indent: -99999px;
    margin-left: 10px;
    float: left;
    vertical-align: top;
    margin: -10px 0;
    padding: 6px 10px;
}

#header-recherche {
    border-bottom: 1px solid #fff;
    background: #e0ded8;
    padding: 5px 5px 10px;
    height: 20px;
}

#aller_a {
    display: block;
    float: right;
    position: relative;
    padding-top: 0;
}

#header-recherche input.champs-texte {
    font-size: 0.8em;
    background: #fff;
    border: none;
    color: #999999;
    font-style: italic;
    padding: 2px 2px 2px 5px;
    width: 307px;
    float: left;
    margin-top: 1px;
}

#header-recherche input.btn-submit {
    background-color: #256285;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 0.9em;
    margin: 0 0 0 6px;
    text-align: center;
    width: 96px;
    height: 25px;
    cursor: pointer;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
}

#header-recherche input.btn-submit:hover {
    border: medium none;
    width: 92px;
    height: 21px;
    margin: 2px 2px 0 8px;
    color: #ddd;
}

/* MENU
--------------------------------------------------------------------------------------------------------------------------------------*/
#menu {
    position: relative;
    z-index: 80;
    font-size: 12px;
    background-color: #fff;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
}

@media (min-width: 960px) {
    #header-recherche .content {
        position: relative;
        width: 960px;
        height: 10px;
        padding-left: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    #menu::after {
        content: "";
        position: relative;
        display: block;
        margin-top: -1px;
    }

    #menu .region-navigation {
        position: relative;
        width: 960px;
        height: 50px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 959px) {
    #menu {
        display: none;
        padding: 1px 0;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    }

    #menu[data-state="show"] {
        display: block;
    }

    #menu .region-navigation {
        max-width: 320px;
        margin: 10px auto;
    }

    .region-navigation li {
        width: 320px;
        height: 42px;
        line-height: 42px;
        border: 0;
    }

    #menu li:hover ul.dropDown {
        display: none;
    }
}

#menu .region-navigation a {
    font-family: "OpenSansExtrabold", Arial, sans-serif;
    font-weight: 800;
    position: relative;
    z-index: 10;
    display: block;
    padding: 0 19px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #256285;
    text-decoration: none;
    background: #fefefe;
}

#menu .region-navigation .lien-menu:after {
    display: none;
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    height: 5px;
    background-color: #256285;
}

#menu .region-navigation span {
    font-family: "OpenSansExtrabold", Arial, sans-serif;
    z-index: 11;
}

/* RECHERCHE
--------------------------------------------------------------------------------------------------------------------------------------*/
#recherche {
    background-color: #f7f6f2;
}

#recherche .liens h2 {
    background: url("../img/design/header/menu2_titre.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 37px;
    margin: 2px 0 0 8px;
    text-indent: -99999px;
    width: 470px;
}

#recherche .liens .bloc {
    float: right;
    margin-right: 8px;
    margin-top: 3px;
}

#recherche .liens .bloc a {
    color: #fff;
    display: block;
    font-family: 'OpenSansBold';
    text-align: right;
    padding: 0 15px 0 0;
    text-decoration: none;
    font-size: 0.9em;

}

#recherche .liens .bloc a:hover {
    color: #ddd;
}

#recherche .liens .bloc a.lien-droite {
    background: url("../img/design/fleche/bas-marron-menu2-droit.png") no-repeat scroll right 5px transparent;
}

#recherche .liens .bloc a.lien-bas {
    background: url("../img/design/fleche/bas-marron-menu2-petit.png") no-repeat scroll right 5px transparent;
}

#recherche .liens .bloc a.lien-droite.dernier {
    margin-right: 0;
}

.rech-rubriques ul li {
    border-right: 1px solid #E0E4CC;
    color: #FFFFFF;
    float: left;
    padding: 11px 0 2px 8px;
    width: 149px;
    cursor: pointer;
}

.rech-rubriques ul li.dernier {
    border-right: none;
}

.rech-rubriques ul li span {
    font-family: 'OpenSansBold';
    padding-right: 16px;
    background: url("../img/design/fleche/bas-marron-menu2.png") no-repeat scroll right 4px transparent;
}

.rech-contenu ul li {
    border-right: 1px solid #E0E4CC;
    color: #FFFFFF;
    float: left;
    width: 157px;
}

.rech-contenu ul li .choix {
    width: 156px;
    height: 140px;
    color: #333333;
    border: none;
    overflow: auto;
    outline: none;
    padding: 8px 0;
    background: url("../img/design/content/ombre-choix.png") repeat-x top left #fff;
}

.rech-contenu ul li .choix li {
    border-right: none;
    color: #333;
    float: none;
    width: auto;
    font-size: 0.9em;
    padding: 2px 10px;
    cursor: pointer;
}

.rech-contenu ul li .choix li:hover, .rech-contenu ul li .choix li.actif {
    background: #3f3930;
    color: #fff;
}

.rech-contenu-infos {
    padding: 10px 12px;
    background: url("../img/design/header/bg_rech.png") no-repeat scroll top center #d9d7d6;
}

.rech-contenu-infos span.explications {
    color: #666666;
    font-size: 0.9em;
    font-style: italic;
    float: left;
    margin-top: 10px;
}

.rech-contenu-infos a.btn-marron {
    float: right;
}

#rech-contenu-details {
    background: url("../img/design/content/ombre-total.jpg") no-repeat scroll center bottom #D9D7D6;
    padding-bottom: 13px;
}

#rech-contenu-details.cache {
    display: none;
}

/* CONTENT
--------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 960px) {
    #content {
        width: 960px;
        margin-left: auto;
        margin-right: auto;
    }
}

#content.marge {
    padding-top: 20px;
}

p.info {
    margin: 2px 0 2px 20px;
    padding: 4px 0 2px 25px;
    background: url("../img/design/ico/infos.png") no-repeat scroll left 8px transparent;
}

#nuage-tags {
    background: url("../img/design/content/ombre-total.jpg") no-repeat scroll center top;
    padding: 20px;
    margin-top: 20px;
}

#nuage-tags h2 {
    font-size: 1.3em;
    font-weight: bold;
    color: #647900;
}

#nuage-tags a {
    color: #666666;
    text-decoration: none;
    margin: 2px 20px 0 0;
    display: inline-block;
}

#nuage-tags a.taille1 {
    font-size: 1em;
}

#nuage-tags a.taille2 {
    font-size: 1.2em;
}

#nuage-tags a.taille3 {
    font-size: 1.4em;
}

#nuage-tags a.taille4 {
    font-size: 1.6em;
}

#nuage-tags a.taille5 {
    font-size: 1.8em;
}

#nuage-tags a.taille6 {
    font-size: 2em;
}

#nuage-tags a:hover {
    text-decoration: underline;
}

/* FOOTER
--------------------------------------------------------------------------------------------------------------------------------------*/

#footer .bloc.dernier {
    border-right: 0;
}

#footer li h4 {
    font-size: 1em;
    padding-bottom: 2px;
}

#footer li.copyright {
    margin-top: 22px;
}

#footer li a {
    text-decoration: none;
    color: #333;
    margin-top: 5px;
    display: inline-block;
    background: url("../img/design/fleche/droite-beige.png") no-repeat scroll right 4px transparent;
    padding-right: 12px;
}

#footer li a:hover {
    text-decoration: underline;
    color: #000;
}

#footer.footer2 .bloc.bloc2 li {
    line-height: 1.5;
}

@media (min-width: 680px) {
    .frm_newsletters {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        width: 36%;
        padding: 2px 0 6px 19px;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
    }
}

.frm_newsletters .block-title {
    font-family: "OpenSansExtrabold", Arial, sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 14px;
}

.frm_newsletters {
    text-transform: uppercase;
    font-size: 14px;
    max-width: 300px;
}

.region-bottom p {
    font-size: 14px;
    font-family: "OpenSansRegular", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.25;
}

.frm_newsletters label {
    display: block;
    padding-bottom: 10px;
    font-weight: normal;
    font-family: "OpenSansRegular", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.25;
}

.frm_newsletters input[type=text] {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px 50px 10px 10px;
    border: 0;
    font-style: italic;
    font-size: 13.3333px;
    line-height: 1.25;
    color: #000;
}

.frm_newsletters input[type=submit] {
    height: 100%;
    width: 40px;
    position: absolute;
    border-radius: 0 !important;
    right: 0;
    bottom: 0;
    padding: 5px 8px;
    background: #93c119;
    font-family: "OpenSansExtrabold";
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

.region-footer > .bloc {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-height: 160px;
    margin: 15px 0;
    padding: 0 10px 0 20px;
    font-size: 14px;
}

.footer-wrapper {
    position: relative;
    margin-top: 30px;
    background: white;
    padding: 35px 0;
}

.region-footer > .bloc::before {
    content: "";
    position: absolute;
    left: -1px;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}

@media (min-width: 480px) and (max-width: 959px) {
    .region-footer {
        max-width: 480px;
    }

    .region-footer > .bloc {
        width: 50%;
    }
}

@media (min-width: 960px) {
    .region-footer {
        max-width: 960px;
    }

    .region-footer > .bloc {
        width: 25%;
    }
}

@media (max-width: 479px) {
    .footer-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer-wrapper::before {
        left: 0;
        right: 0;
        width: 100%;
    }

    .region-footer {
        position: relative;
        width: 280px;
        padding: 60px 20px 0;
    }

    .region-footer > .bloc {
        position: static;
        display: block;
        width: auto;
        min-height: 0;
        margin: 0;
        padding: 15px 0;
        border-top: 1px solid #ccc;
    }

    .region-footer .bloc1 {
        padding-top: 5px;
        border-top-width: 0;
        position: absolute;
        bottom: 0;
    }

    .region-footer > .bloc::before {
        width: 0;
    }

    .region-footer .dernier {
        padding-bottom: 200px;
    }

    .region-footer .block-on-the-web {
        position: absolute;
        top: 10px;
        width: 280px;
        margin-top: 0;
        border-top-width: 0;
    }
}

@media (max-width: 679px) {
    .region-bottom .overflow {
        max-width: 440px;
    }

    .region-bottom {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.region-footer {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
}

.footer-wrapper:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 80%;
    top: 0;
    left: 10px;
    right: 10px;
    height: 50px;
    margin: 0 auto;
    border-radius: 20%;
    box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.2);
}

.region-bottom {
    font-family: "OpenSansRegular", Arial, sans-serif;
    font-weight: 400;
    padding: 40px 20px;
    overflow: hidden;
    font-size: 14px;
    color: white;
    background: #71767A;
}

@media (min-width: 680px) {
    .region-bottom .overflow {
        max-width: 920px;
        margin: 0 auto;
    }
}

@media (max-width: 679px) {
    .region-bottom .overflow {
        max-width: 440px;
        margin: 0 auto;
    }

    .region-bottom .overflow > .block + .block {
        margin-top: 30px;
    }
}

.region-bottom p {
    margin: 0;
}

@media (min-width: 680px) {
    .region-bottom .copyright {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 60%;
    }
}

.region-bottom #site-slogan img {
    vertical-align: baseline;
    margin-right: 15px;
}

.region-bottom #site-slogan .baseline {
    margin-right: 0;
    vertical-align: -3px;
}

.region-bottom * + p {
    margin-top: 1em;
}

.frm_newsletters p {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.region-footer p {
    margin: 0;
    line-height: 1.5;
}

.region-footer img {
    vertical-align: bottom;
    margin-right: 10px;
}

.region-footer img[src*="rep1"] {
    margin-left: -8px;
}

.region-footer img:last-of-type {
    margin-right: 0;
}

.region-footer > .bloc h4 {
    font-family: "OpenSansBold", Arial, sans-serif;
    font-weight: 700;
    display: block;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.region-footer .block-on-the-web {
    margin-top: 15px;
}

.region-footer .block-on-the-web a {
    display: inline-block;
    margin: 0 7px 0 0;
    padding: 0;
    background: none;
}

.region-footer .block-on-the-web img {
    margin: 0;
}

/* AUTRES
--------------------------------------------------------------------------------------------------------------------------------------*/
#fil-arianne {
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
    color: #71777a;
}

#fil-arianne a {
    display: inline-block;
    padding: 0 5px;
    text-transform: uppercase;
    text-decoration: none;
    color: #256285;
}

#fil-arianne a:hover {
    text-decoration: none;
    color: #333333;
}

#fil-arianne span {
    /*color:#647900;*/
}

/* CAROUSEL
--------------------------------------------------------------------------------------------------------------------------------------*/
.carousel {
    position: relative;
}

.carousel a.btn-prev, .carousel a.btn-next {
    background: url("../img/design/fleche/slide-noire.png") no-repeat scroll left top transparent;
    display: block;
    height: 30px;
    width: 30px;
    text-indent: -999999px;
    position: absolute;
    top: 17px;
    left: 0px;
    z-index: 1;
    outline: none;
}

body .carousel a.btn-next {
    background-position: top right;
    top: 17px;
    left: 247px;
}

.produit-images .carousel {
    width: 280px;
    height: 64px;
}

.produit-images .carousel ul, .produit-images .carousel li {
    margin: 0;
    width: 280px;
    height: 64px;
    list-style: none;
    z-index: 0;
}

.produit-images .carousel li {
    float: left;
}

#une .carousel ul, #une .carousel li {
    margin: 0;
    width: 630px;
    height: 360px;
    list-style: none;
    z-index: 0;
}

#une .carousel li {
    float: left;
}

#une .carousel a.btn-prev {
    background: url("../img/design/fleche/une-gauche.png") no-repeat scroll left top transparent;
    display: block;
    font-weight: bold;
    height: 23px;
    width: 21px;
    text-indent: -999999px;
    position: absolute;
    top: 80px;
    left: 1px;
    z-index: 1;
    outline: none;
}

#une .carousel a.btn-next {
    background: url("../img/design/fleche/une-droite.png") no-repeat scroll left top transparent;
    display: block;
    font-weight: bold;
    height: 68px;
    position: absolute;
    right: 1px;
    text-indent: -999999px;
    top: 60px;
    width: 62px;
    z-index: 1;
    outline: none;
}

body #une.bloc-gauche .carousel a.btn-next {
    left: 566px;
}

.bloc-plein .carousel ul, .bloc-plein .carousel li {
    margin: 0;
    width: 930px;
    height: 155px;
    list-style: none;
    z-index: 0;
}

.bloc-plein .carousel {
    width: 930px;
}

.bloc-plein .carousel li {
    float: left;
}

.bloc-plein .carousel a.btn-prev {
    background: url("../img/design/fleche/slide-gris.png") no-repeat scroll left top transparent;
    height: 24px;
    left: -10px;
    top: 44px;
    width: 22px;
}

.bloc-plein .carousel a.btn-next {
    background: url("../img/design/fleche/slide-gris.png") no-repeat scroll right top transparent;
    left: 919px;
    top: 44px;
    width: 21px;

}

/* Institut */

/* carousel*/
#institut_video.carousel {
    height: 130px;
    width: 296px;
    position: relative;
    clear: both;
    padding-left: 4px;

}

#institut_video.carousel .carousel-images img {
    visibility: hidden;
    cursor: pointer;
}

/* fin carousel*/

body.institut .carousel-controls div {
    height: 30px;
    left: 3px;
    position: absolute;
    top: 50px;
    width: 30px;
    z-index: 3;
}

body.institut .carousel-controls div.carousel-next {
    left: 262px;
}

body.institut .carousel-controls div a {
    display: block;
    background: url("../img/design/fleche/slide-noire.png") no-repeat scroll left 0 transparent;
    height: 30px;
    width: 30px;
    text-indent: -99999px;
    z-index: 3;
}

body.institut .carousel-controls div.carousel-next a {
    background-position: top right;
}

body.institut #header {
    background-image: url(../img/design/header/institut/bg_menu.png);
}

body.institut #header h1 a {
    background-image: url(../img/design/header/institut/logo.png);
    width: 366px;
}

body.institut #header #ban-header span.titre {
    background: url("../img/design/header/institut/bg_header_institut.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 106px;
    width: 475px;
    text-indent: -99999px;
}

body.institut #menu li {
    border-right: 1px solid #9cccd6;
    padding: 22px 13px 5px 0;
}

body.institut #menu li.dernier {
    border: none;
    padding-right: 10px;
}

body.institut #menu li a {
    background: #3998AD;
}

body.institut #menu li a:hover, body.institut #menu li.actif a {
    color: #3998AD;
    background: #fff;
}

body.institut #header-recherche {
    background-color: #d7eaef;
}

body.institut #header-recherche input.btn-submit {
    background-image: url("../img/design/btn/institut-btn.png");
}

body.institut #footer .bloc {
    height: 104px;
}

body.institut #footer .bloc.bloc1 {
    width: 197px;
}

body.institut #footer .bloc.bloc1 img {
    margin-right: 20px;
}

body.institut #footer .bloc.bloc2 {
    width: 160px;
}

body.institut #footer .bloc.bloc3 {
    width: 240px;
}

body.institut #footer .bloc.bloc4 {
    width: 150px;
}

body.institut #footer .bloc.dernier {
    width: 140px;
}

body.institut h3.gras {
    color: #3998ad;
    line-height: 1.2em;
    margin-bottom: 5px;
    margin-top: 4px;
}

body.institut h3.gras span {
    display: block;
    font-weight: normal;
}

body.institut #une-news h3.gras {
    font-size: 1.3em;
    margin-bottom: 10px;
}

body.institut #content {
    background: url("../img/design/content/ombre-total.jpg") no-repeat scroll center top transparent;

}

body.institut #header-recherche {
    border-bottom: 0;
}

body.institut #fil-arianne span {
    color: #3998ad;

}

body.institut a.btn, body.institut a.btn span {
    background-image: url("../img/design/btn/bleu-blanc-petit.png");
}

/* Web TV */
body.webtv {

}

body.webtv #header {
    background-image: url(../img/design/header/webtv/bg_menu.png);
}

body.webtv #header h1 a {
    background-image: url(../img/design/header/webtv/logo.png);
    width: 366px;
}

body.webtv #header #ban-header span.titre {
    background: url("../img/design/header/webtv/bg_header_institut.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 106px;
    width: 475px;
    text-indent: -99999px;
}

body.webtv #menu li {
    border-right: 1px solid #bfb8b0;
    padding: 22px 16px 5px 0;
}

body.webtv #menu li.dernier {
    border: none;
    padding-right: 10px;
}

body.webtv #menu li a {
    background: #7E7160;
}

body.webtv #menu li a:hover, body.webtv #menu li.actif a {
    color: #7E7160;
    background: #fff;
}

body.webtv #header-recherche {
    background-color: #e5e3df;
}

body.webtv #header-recherche input.btn-submit {
    background-image: url("../img/design/btn/webtv-btn.png");
}

body.webtv h3.gras {
    color: #3998ad;
    line-height: 1.2em;
    margin-bottom: 5px;
    margin-top: 4px;
}

body.webtv h3.gras span {
    display: block;
    font-weight: normal;
}

body.webtv #une-news h3.gras {
    font-size: 1.3em;
    margin-bottom: 10px;
}

body.webtv #content {
    background: url("../img/design/content/ombre-total.jpg") no-repeat scroll center top transparent;

}

body.webtv #header-recherche {
    border-bottom: 0;
}

body.webtv #fil-arianne span {
    color: #3998ad;

}

body.webtv a.btn, body.institut a.btn span {
    background-image: url("../img/design/btn/bleu-blanc-petit.png");
}

body.webtv .actu p, body.webtv .actu span {
    margin: 0;
}

body.webtv .actu h3.gras {
    color: #7e7160;
}

body.webtv span.stats {
    color: #666666;
    font-size: 0.9em;
}

body.webtv #content h2 {
    margin-left: 10px;
}

.video-img {
    background: url("../img/design/content/ombre-video.png") no-repeat scroll left top transparent;
    float: left;
    height: 70px;
    margin: 0 4px 0 0;
    padding: 4px 0 0 4px;
    width: 129px;
}

.bloc-gauche-3 .bloc-bas {
    border: 0;
    margin-top: 0px;
}

#video {
    background: url("../img/design/content/bg-video.jpg") no-repeat scroll left top transparent;
    height: 327px;
    width: 950px;
    position: relative;
}

#video.contenu {
    height: 300px;
    padding-top: 32px;
}

/* carousel*/
#video.carousel {
    background: url("../img/design/content/bg-video.jpg") no-repeat scroll left top transparent;
    height: 327px;
    width: 950px;
    position: relative;
    clear: both;
}

#video.carousel .carousel-images img {
    visibility: hidden;
    cursor: pointer;
}

/* fin carousel*/

#video .lecteur {
    width: 500px;
    height: 274px;
    float: left;
    margin: 0 0 0 150px;
}

#video .infos {
    width: 275px;
    float: left;
    padding-top: 20px;
}

#video .infos h3 {
    color: #7E7160;
    margin-bottom: 20px;
    font-size: 1.5em;
}

#video .infos p {
    margin-bottom: 20px;
    font-size: 0.9em;
}

#video .infos p.stats {
    font-style: italic;
    color: #666666;
}

#une-news {
    width: 630px;
    height: 292px;
    position: relative;
    float: left;
}

#une-news .bg-news {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#une-news .contenu {
    position: relative;
    z-index: 1;
    width: 290px;
    margin: 22px 0 0 336px;
}

#une-news p {
    font-size: 0.9em;
}

#une-news .contenu {

}

#une-news .bloc-news {
    background: url("../img/design/content/bloc_news.png") no-repeat scroll left top transparent;
    float: right;
    height: 103px;
    margin: 20px 20px 0 0;
    padding: 5px 0 0 5px;
    position: relative;
    width: 202px;
    z-index: 1;
}

#une-news .bloc-news h4 {
    padding-left: 8px;
    color: #666666;
    font-family: 'OpenSansRegular';
    font-size: 1.2em;
    font-weight: normal;
    margin: 4px 0 3px 0;
}

#une-news .bloc-news a {
    display: block;
}

#une-news .bloc-news a.fleche {
    margin-left: 8px;
    display: inline;
}

body.institut .bloc-actus .bloc-gauche-3 {
    min-height: 400px;

}

.actu-bloc {
    background: url("../img/design/content/bg_ombre_institut_bloc.png") no-repeat scroll -2px top transparent;
    height: 145px;
    margin: 0;
    padding: 5px 0 0 2px;
    width: 303px;
}

.actu-bloc.bordure {
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.actu-bloc h4 {
    color: #666666;
    font-family: 'OpenSansRegular';
    font-size: 1.2em;
    font-weight: normal;
    margin: 4px 0 3px;
    padding-left: 8px;
}

.actu-bloc h4 span {
    font-size: 0.75em;
}

.actu-bloc a.fleche {
    margin-left: 8px;
}

.menu-contenu {
    width: 150px;
    float: left;
    margin-right: 18px;
    padding-top: 20px;
}

.menu-contenu ul #panierContent {
    display: none;
}

.menu-contenu li .toggleOptions {
    border-bottom: none;

}

.menu-contenu ul li {
    border-bottom: 1px #cccccc solid;
    padding-bottom: 2px;
    margin-bottom: 7px;

}

.menu-contenu ul li.parent {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.menu-contenu ul li li {
    padding-left: 12px;
}

.menu-contenu ul li h4 {
    background: none repeat scroll 0 0 #3998AD;
    color: #FFFFFF;
    font-family: 'OpenSansRegular';
    font-size: 1.2em;
    font-weight: normal;
    padding: 3px 0 3px 9px;
    text-transform: uppercase;
}

.menu-contenu ul li a {
    font-size: 0.9em;
    margin-left: 10px;
    display: block;

}

#navCt li {
    width: 150px;
}

#toggleAdvancedOptions, #togglePanier {
    margin: 0;
}

#toggleAdvancedOptions h4, #togglePanier h4 {
    height: 12px;
    font-size: 0.8em;
    padding-top: 6px;
}

body.pro .menu-contenu ul li li {
    padding-left: 0;
}

.menu-contenu ul li a:hover {
    color: #3998AD;
}

.menu-contenu ul li.actif a {
    background: url("../img/design/ico/carre-bleu.png") no-repeat scroll 0 5px transparent;
    color: #3998AD;
    padding-left: 11px;
}

.bloc-contenu {
    float: left;
    width: 758px;
}

.bloc-contenu.bloc-contenu-texte {
    width: 640px;
    box-sizing: border-box;
    position: relative;
    min-height: 200px;
    padding: 20px 20px 0;
}

.bloc-contenu.bloc-contenu-texte #faq h3 {
    margin: 0 0 15px 0;
    padding-top: 10px;
}

.bloc-contenu.bloc-contenu-texte fieldset {
    margin: 10px 0 20px;
    display: block;
}

.bloc-contenu.bloc-contenu-texte fieldset li {
    margin-bottom: 6px;
    font-size: 0.9em;
}

.bloc-contenu.bloc-contenu-texte fieldset label, .bloc-contenu.bloc-contenu-texte fieldset span.label {
    display: inline-block;
    width: 160px;
    margin-right: 10px;
    font-weight: bold;
    text-align: right;
}

.bloc-contenu.bloc-contenu-texte fieldset span.label {
    float: left;
}

.bloc-contenu.bloc-contenu-texte fieldset .civilite label {
    float: left;
    margin: 0 3px 0 0;
    text-align: left;
    width: auto;
}

.bloc-contenu.bloc-contenu-texte fieldset .civilite input {
    float: left;
    vertical-align: middle;
    margin-right: 25px;
    margin-top: 1px;
}

.bloc-contenu.bloc-contenu-texte fieldset input.inputText {
    width: 280px;
    padding: 0px 4px;
    color: #666666;
}

.bloc-contenu.bloc-contenu-texte fieldset input {
    color: #666666;
}

.bloc-contenu.bloc-contenu-texte fieldset textarea {
    width: 580px;
    height: 202px;
    border: 1px solid #999999;
    padding: 4px;
    font-size: 0.9em;
}

span.champsObligatoire {
    width: 159px;
    display: block;
    text-align: right;
    color: #666666;
    font-style: italic;
}

.bloc-contenu.bloc-contenu-milieu {
    background: url("../img/design/content/ombre-bloc-gauche3.png") no-repeat scroll right 15px transparent;
    margin-right: 5px;
    padding-right: 5px;
    width: 447px;
}

.bloc-contenu h2 {
    color: #256285;
    font-size: 34px;
    font-family: "OpenSansExtrabold", Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1em;
}

#faq h3 {
    color: #256285;
    font-size: 30px;
    line-height: 1.2em;
    font-family: "OpenSansRegular", Arial, sans-serif;
    font-weight: normal;
    margin: 0;
}

#faq h3, #faq h4 {
    cursor: pointer;
}

.bloc-contenu h5 {
    font-size: 1.1em;
    font-family: 'OpenSansBold';
    font-weight: normal;
}

.bloc-contenu .citation {
    color: #666666;
    font-size: 1.6em;
    font-family: 'OpenSansLight';
    padding: 25px 25px 15px 30px;
    line-height: 1.3em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: url("../img/design/ico/guillemet-open.png") no-repeat scroll 0 30px transparent;

}

.bloc-contenu .citation span.guillemet-ferme {
    background: url("../img/design/ico/guillemet-close.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 21px;
    margin-left: 10px;
    vertical-align: middle;
    width: 18px;
}

.bloc-contenu .intro {
    font-size: 1.2em;
    margin: 10px 0;
}

.bloc-contenu p a:hover {
    text-decoration: underline;
}

.bloc-contenu ul {
    margin: 10px 0;
}

.bloc-contenu ul li {
    line-height: 1.5em;
    margin-bottom: 10px;
}

.bloc-contenu ul.ico li {
    background: url("../img/design/ico/losange.png") no-repeat scroll 0 6px transparent;
    padding-left: 13px;
}

.bloc-contenu a.fleche2 {
    background: url("../img/design/ico/fleche.png") no-repeat scroll left -5px transparent;
    color: #3998AD;
    padding-left: 15px;
}

.bloc-contenu a.fleche2:hover {
    text-decoration: underline;
}

/* pro */
body.pro {

}

body.pro #ban-header {
    background: url("http://www.ign.fr/institut/sites/all/themes/ign/images/bkgd/map.png") center center /*repeat-x scroll left top transparent*/;
}

body.pro #header .liens-droite {
    background: url("../img/design/header/pro/bg_menu_droite.png") no-repeat scroll 0 0 transparent;
    width: 475px;
}

body.pro #header h1 a {
    background: url("../img/design/header/pro/logo.png") no-repeat scroll 0 0 transparent;
}

body.pro #fil-arianne span {
    color: #665A3B;
}

/* MENU PRO
--------------------------------------------------------------------------------------------------------------------------------------*/
body.pro a.btn, body.pro a.btn span.btn-droit {
    background-image: url("../img/design/btn/marron-petit.png");

}

body.pro .bloc-contenu p a.fleche {
    color: #333333;
    text-decoration: none;
}

@media (min-width: 960px) {
    body.pro #menu li {
        float: left;
        padding: 0;
        height: 50px;
        border: solid #e9e8e4;
        border-width: 0 1px 0 0;
        white-space: nowrap;
    }

    body.pro #menu #rub0 {
        border: solid #e9e8e4;
        border-width: 0 1px;
    }
}

body.pro #menu li.deux-lignes.dernier a {

}

body.pro #menu li.deux-lignes a {
    padding: 9px 54px 8px 10px;
    *padding: 8px 54px 8px 10px;

}

body.pro #menu li a:hover, body.pro #menu li.actif a {
    color: #71777a;
}

body.pro #menu li a span {
    line-height: 1.2em;
}

#menu .region-navigation ul.dropDown span {
    font-family: "OpenSansRegular", Arial, sans-serif;
    font-weight: 400;
    display: block;
    padding: 6px 15px;
    font-size: 13px;
    line-height: 1.5;
    text-decoration: none;
    text-transform: none;
}

body.pro #menu li.sans-style.deux-lignes {
    background: #71777a;
}

body.pro #menu ul.dropDown a:hover {
    color: #256285;
}

body.pro #menu li.sans-style a:hover, #menu li.sans-style.actif a {
    background: #fff;
    color: #256285;
}

/* produit pro */
body.pro #produit .produits-droite {
    width: 438px;
    background: url("../img/design/content/produit-info-ombre2.png") no-repeat scroll left top transparent;
}

body.pro .menu-contenu ul li h4 {
    background: #256285;
    font-family: "Lucida Grande", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-size: 14px;
    line-height: 1em;
}

#selecteurPanier {
    font-size: 12px;
}

body.pro .menu-contenu select {
    width: 150px;
    font-size: 12px;
}

#div_option_avancee span {
    font-size: 10px;
    padding-left: 5px;
}

#div_option_avancee li {
    margin-bottom: 2px;
}

#div_option_avancee .boutonMoins {
    padding-left: 7px;
}

#div_option_avancee .boutonPlus {
    padding-left: 3px;
}

#div_option_avancee a {
    display: none;
}

body.pro .menu-contenu ul li.gras a {
    font-weight: bold;
}

body.pro .menu-contenu ul li.niveau2 {
    padding-left: 12px;
}

body.pro .menu-contenu ul li a:hover {
    color: #665A3B;
    cursor: pointer;
}

body.pro .menu-contenu ul li.actif a {
    background: url("../img/design/ico/carre-marron.png") no-repeat scroll 0 5px transparent;
    color: #665A3B;
}

body.pro #produit h2 {
    color: #665A3B;
}

body.pro #produit h3 {
    color: #665A3B;
}

.caracteristiques {
    margin-bottom: 10px;
}

#produit .caracteristiques h3.gras {
    margin-bottom: 4px;
}

.caract-select {
    background: url("../img/design/content/select.png") no-repeat scroll 0 0 transparent;
    height: 27px;
    padding: 9px 0 0 10px;
    width: 419px;
}

.caract-select select {
    width: 276px;
    float: left;
}

.caract-select a {
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 1.1em;
    text-align: center;
    width: 136px;
    margin-top: 1px;
}

.caract-select a:hover {
    color: #ddd;
}

.caract-checkbox {
    margin-bottom: 4px;
}

.caract-checkbox a.fleche {
    float: right;
    margin-right: 12px;
}

/* tabs */
#tabs {
    margin-top: 20px;
}

#tabs .onglets {
    background: url("../img/design/content/bg-tabs-onglets.png") no-repeat scroll 0 0 #E3E1D9;
    border-bottom: 1px solid #a59a8b;
}

#tabs .onglets ul {
    margin: 0;
}

#tabs .onglets li {
    float: left;
    margin-bottom: 0px;
}

#tabs .onglets li a {
    padding: 20px 20px 6px 20px;
    text-transform: uppercase;
    display: block;
    color: #333;
    font-size: 1.1em;

}

#tabs .onglets li a:hover, #tabs .onglets li.ui-state-active a {
    background: #665a3b;
    color: #fff;
}

.ui-tabs-hide {
    display: none;
}

.ui-tabs-panel {
    padding: 10px 20px;
}

.ui-tabs-panel h4 {
    margin: 20px 0 0 0;
    font-family: 'OpenSansBold';
    font-size: 1.2em;
    margin-bottom: 12px;
    color: #665A3B;
}

.ui-tabs-panel ul {
    margin: 0 0 25px 0;
}

.ui-tabs-panel ul li {
    list-style: square inside;
}

.ui-tabs-panel p {
    margin: 7px 0 14px;
}

.metadonnes {
    padding: 16px 26px;
    background: #E3E1D9;
    border-bottom: 1px solid #a59a8b;
}

.metadonnes h4 {
    color: #333;
    font-family: 'OpenSansRegular';
    font-size: 1.2em;
    font-weight: normal;
    margin: 0px 0 6px 0;
    text-transform: uppercase;
}

/* hp */
body.hp #header h1 a {
    background: url("../img/design/header/hp/logo.png") no-repeat scroll 0 0 #7E7160;
    margin: 0;
    width: 375px;
}

body.hp #header {
    background: #7E7160;
}

body.hp #header #ban-header span.titre {
    background: url("../img/design/header/hp/logo2.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 106px;
    text-indent: -99999px;
    width: 460px;
    display: block;
}

#une-hp {
    background: url("../img/design/content/hp_une.png") no-repeat scroll right top;
    width: 950px;
    height: 332px;
    margin-left: 0;
    padding: 20px 0 0;
    position: relative;
}

#une-hp .une {
    float: left;
}

#une-hp ul, #une-hp li {
    margin: 0;
    width: 950px;
    height: 300px;
    list-style: none;
}

#une-hp li {
    float: left;
    background: url("../img/design/content/hp_une_bg.png") repeat-y scroll right top;
}

#une-hp .moodular_itemList li {
    color: #333;
    display: block;
    float: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    height: 7px;
    line-height: 1em;
    margin-left: 5px;
    padding: 2px 2px 5px;
    text-align: center;
    width: 10px;
    background: none;
}

#une-hp .moodular_itemList li.active, #une-hp .moodular_itemList li:hover {
    background: url("../img/design/ico/rond.png") no-repeat scroll left top transparent;
    color: #FFFFFF;

}

#une-hp ul.moodular_itemList {
    height: 20px;
    left: 807px;
    position: absolute;
    top: 300px;
    width: auto;
    z-index: 4;
}

#une-hp a.btn-prev {
    background: url("../img/design/fleche/slide_une.png") no-repeat scroll left top transparent;
    display: block;
    font-weight: bold;
    height: 12px;
    left: 792px;
    outline: medium none;
    position: absolute;
    text-indent: -999999px;
    top: 301px;
    width: 11px;
    z-index: 1;
}

#une-hp a.btn-next {
    background: url("../img/design/fleche/slide_une.png") no-repeat scroll right top transparent;
    display: block;
    font-weight: bold;
    height: 12px;
    left: 912px;
    outline: medium none;
    position: absolute;
    text-indent: -999999px;
    top: 301px;
    width: 11px;
    z-index: 1;
}

#une-hp .infos {
    float: right;
    margin: 15px 20px 0 0;
    width: 269px;
}

#une-hp .infos h2 {
    font-family: 'OpenSansLight';
    font-size: 2.2em;
    font-weight: normal;
    line-height: 1.1em;
    margin-bottom: 16px;
}

#une-hp .infos p {
    font-size: 1.1em;
    margin-bottom: 15px;
}

.libelles {
    float: right;

}

.libelles a {
    background: url("../img/design/content/libelle.png") no-repeat scroll left top transparent;
    display: block;
    height: 25px;
    padding: 5px 8px 0 4px;
    width: 300px;
}

.libelles a span {
    background: none repeat scroll 0 0 red;
    display: block;
    padding: 1px 0 2px 11px;
    color: #fff;

}

.libelles a:hover span {
    color: #DDD;
}

.libelles a.l_vert span {
    background: #00885b;
}

.libelles a.l_bleu span {
    background: #3998ad;
}

.libelles a.l_marron span {
    background: url("../img/design/fleche/bas-marron-menu2.png") no-repeat scroll 282px 5px #3F3930;
}

body.hp .bloc-gauche.liens_hp {
    margin: 0;
}

.bloc-agenda, .bloc-souhaite {
    width: 300px;
    float: left;
    margin-left: 10px;
    background: url("../img/design/content/hp_ombre.png") no-repeat scroll top right;
    position: relative;
}

.bloc-agenda ul li {
    border-bottom: 1px solid #cccccc;
    padding: 6px 0;
    overflow: hidden;
}

.bloc-agenda .reduction {
    float: left;
    margin-right: 6px;
}

.bloc-agenda ul li strong {
    display: block;
}

.bloc-agenda ul li strong.marge {
    margin-top: 5px;
}

.bloc-agenda ul li a {
    font-size: 0.9em;
    background: url("../img/design/fleche/droite-noir.png") no-repeat scroll right 4px transparent;
    display: inline-block;
    padding-right: 10px;
}

.bloc-agenda ul li a:hover {
    text-decoration: underline;
}

.bloc-souhaite {
    margin-left: 18px;
}

.bloc-souhaite .souhaite {
    border-bottom: 1px solid #CCCCCC;
    padding: 6px 0;
}

.bloc-souhaite .souhaite h4 {
    float: left;
    width: 83px;
    margin-right: 8px;
    display: block;
    font-family: 'OpenSansBold';
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 3px;
    margin-bottom: 10px;
}

.bloc-souhaite .souhaite h4.vert {
    color: #8c9b40;
}

.bloc-souhaite .souhaite h4.bleu {
    color: #578a95;
}

.bloc-souhaite .souhaite h4.turquoise {
    color: #40a08f;
}

.bloc-souhaite .souhaite ul {
    float: left;
    margin-bottom: 10px;
}

.bloc-souhaite .souhaite ul li {
    margin-bottom: 2px;
}

.bloc-souhaite .souhaite a {
    background: url("../img/design/ico/fleche.png") no-repeat scroll 0 5px transparent;
    font-size: 0.9em;
    padding: 0 0 0 16px;
}

.bloc-souhaite .souhaite a:hover {
    text-decoration: underline;
}

body.hp .scroll {
    height: 240px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 292px;
    outline: none;
}

.bloc-actu-hp {
    float: right;
    width: 310px;
}

.bloc-agenda a.fleche {
    position: absolute;
    right: 30px;
    text-align: right;
    top: 5px;
    width: 145px;
}

body .jqTransformSelectWrapper {
    background: url("../img/design/contact/select_left.png") no-repeat scroll left top transparent;
    float: left;
    height: 18px;
    margin-top: 2px;
    width: 295px !important;
}

body .jqTransformSelectWrapper a.jqTransformSelectOpen {
    background: url("../img/design/contact/select_right.png") no-repeat scroll right top transparent;
    display: block;
    height: 18px;
    position: absolute;
    right: 0;
    width: 20px;
}

body .jqTransformSelectWrapper div span {
    height: 16px;
    padding: 2px 0 0 9px;
    font-size: 1em;
    color: #666666;
    width: 295px !important;
}

body .jqTransformSelectWrapper ul {
    margin-top: 0;
    top: 18px;
    width: 295px !important;
}

body .jqTransformSelectWrapper ul li {
    margin-bottom: 0;
}

.bloc-contenu.bloc-contenu-texte fieldset li li {
    margin-bottom: 0;
}

.form-btn {
    padding-right: 10px;
    padding-bottom: 20px;
}

.form-btn input.btn-submit {
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
    font-size: 0.9em;
    margin: 0 0 0 6px;
    padding: 4px 0;
    text-align: center;
    width: 78px;
    height: 30px;
    float: right;
    background-color: #256285;
}

.form-btn input.btn-submit:hover {
    color: #71777a;
    border: medium none;
}

.form-btn a {
    display: table-cell;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
    font-size: 0.9em;
    vertical-align: middle;
}

#annul-bouton {
    color: #256285;
    cursor: pointer;
    display: table;
    margin: 0 0 0 6px;
    width: 78px;
    height: 30px;
    float: right;
    background-color: #fff;
    text-align: center;
}

.form-btn a:hover {
    color: #4c4c4c;
    text-decoration: none;
}

/* accordion */
.accordion h3.ui-accordion-header {
    background: url("../img/design/content/ombre-bloc-gauche.png") no-repeat scroll center top transparent;
    padding-top: 12px;
    color: #3998AD;
    font-family: 'OpenSansBold';
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.2em;
}

.bloc-contenu.bloc-contenu-texte h3.ui-accordion-header {
    margin-bottom: 0;
    padding-bottom: 12px;
    cursor: pointer;
}

.accordion h3.ui-accordion-header a {
    color: #3998AD;
    outline: none;
}

.accordion h3.ui-accordion-header:hover a {
    text-decoration: underline;

}

#faq h4, .faq-question-tick {
    background: url("../img/design/ico/ok.png") no-repeat scroll left 8px transparent;
    margin: 0 0 0 20px;
    padding: 0 0 6px 18px;
    min-height: 16px;
}

#faq h4 {
    line-height: 25px;
}

div.faq-reponse {
    margin: 0 0 0 38px;
    background-color: #fff;
    padding: 18px 21px;
}

#faq p.raccourci {
    margin: 10px 20px 10px;
    padding: 2px 0 6px 18px;
    font-weight: bold;
    background: url("../img/design/ico/star-1.png") no-repeat scroll left 8px transparent;
}

p.avert {
    color: red;
}

.questionBox {
    border: 1px solid #e0ded8;
    margin-bottom: 30px;
}

.questionBox h3 {
    padding: 5px 8px;
    font-size: 0.7em;
    font-weight: bold;
    color: #333;
    background: #e0ded8;
    line-height: 1.25
}

.questionBox p {
    font-size: 0.7em;
}

.questionBox table {
    font-size: 12px;
    font-weight: 700;
}

.questionBox .td99px {
    padding-right: 5px;
}

@media (max-width: 609px) {
    .questionBox .satisfaction table, #delai table {
        width: 80%;
        margin: auto;
        padding-bottom: 10px;
    }

    .questionBox .td99px {
        width: auto;
    }

    .questionBox .td_checkbox {
        width: 25px;
    }

    .questionBox .zone_text table {
        width: 98%;
        display: table;
    }

    .input_precision {
        width: 170px;
    }

    .depose_info2 {
        padding-bottom: 5px;
    }
}

@media (min-width: 610px) {
    .questionBox .satisfaction {
        margin-left: 25px;
    }

    #delai div {
        margin: 5px 0 0 25px;
    }

    .depose_info1 {
        margin-bottom: 26px;
    }

    .questionBox table {
        width: auto;
        display: inline-block;
        padding-bottom: 10px;
    }

    .questionBox .zone_text table {
        width: 99%;
        display: table;
    }

    .input_precision {
        width: 200px;
    }

}

.tab_vous_etes, #depose_info {
    padding-left: 10px;
}

.td50 {
    width: 50%;
    padding: 10px 0 0 15px;
}

.td_checkbox {
    padding-top: 5px;
}

.obs_sugg_area {
    width: 100%;
    height: 200px;
}

.zone_text {
    width: 95%;
    padding: 5px 0 10px;
    margin-left: auto;
    margin-right: auto;
}

.accordion2 {
    margin-left: 20px;
}

.accordion2 h4.ui-accordion-header {
    font-family: 'OpenSansBold';
    font-size: 1.1em;
    font-weight: normal;
    color: #333;
    cursor: pointer;
    margin: 0;
    padding: 10px 0;
}

.accordion2 h4.ui-accordion-header a {
    color: #333;
}

.accordion2 h4.ui-accordion-header:hover {
    color: #333;
    text-decoration: underline;
}

.accordion3 {
    margin-left: 20px;
}

.accordion3 h5.ui-accordion-header {
    background: url("../img/design/ico/ok.png") no-repeat scroll left 8px transparent;
    color: #333333;
    cursor: pointer;
    font-family: "Lucida Grande", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 6px 0 6px 18px;
}

.accordion3 h5.ui-accordion-header:hover {
    color: #333;
    text-decoration: underline;
}

.accordion3 .contenu-faq {
    background: #fff;
    padding: 6px 21px;
}

.accordion3 .contenu-faq ul.faq-liens {

}

p.soustitre {
    font-size: 1.3em;
    display: block;
    margin-bottom: 30px;
}

body .qtip {
    width: 290px !important;
}

body .ui-tooltip-titlebar {
    padding: 20px 20px 0px 20px !important;
}

body .ui-tooltip-titlebar .ui-tooltip-title {
    border-bottom: 1px solid #CCCCCC;
    color: #3998AD;
    font-family: 'OpenSansLight';
    font-size: 1.8em;
    font-weight: normal;
    padding-bottom: 12px;
}

body .ui-tooltip-content {
    padding: 10px 20px 20px 20px !important;
    background: #F1F1F1 !important;
    font-size: 1.1em;
    line-height: 1.4em;
}

.tip {
    vertical-align: middle;
    margin-left: 4px;
}

#navCt {
    opacity: .99;
}

.table_outils {
    border-bottom: 1px solid #fff;
    background-color: #e0ded8;
}

#tailleCarte_bt {
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px;
    background-image: url(../src/images/bt_outils/bt_maxCarte.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

#legende_bt {
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px;
    background-image: url(../src/images/bt_outils/legende_new.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

#imprimer {
    float: left;
    width: 30px;
    height: 30px;
    margin: 2px;
    background-image: url("../src/images/bt_outils/imprimante_new.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

#aide {
    float: left;
    width: 30px;
    height: 30px;
    margin: 2px;
    background-image: url("../src/images/bt_outils/aide.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

#PlusMoins {
    float: left;
    width: 30px;
    height: 30px;
    margin: 2px;
    background-image: url("../src/images/bt_outils/moins.jpg");
    background-repeat: no-repeat;
    cursor: pointer;
}

#favoris {
    float: left;
    width: 30px;
    height: 30px;
    margin: 2px;
    background-image: url("../src/images/bt_outils/favori_new.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

#zoom_tout {
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px;
    background-image: url(../src/images/bt_outils/zoom_tout1.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

#zoom_plus_moins {
    float: left;
}

.zoom_plusItemActive {
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px;
    background-image: url(../src/images/bt_outils/zoom_plus2.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.zoom_plusItemInactive {
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px;
    background-image: url(../src/images/bt_outils/zoom_plus1.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.zoom_moinsItemActive {
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px;
    background-image: url(../src/images/bt_outils/zoom_moins2.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.zoom_moinsItemInactive {
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px;
    background-image: url(../src/images/bt_outils/zoom_moins1.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

#recentrer_deplacer {
    float: left;
}

.recentrerItemActive {
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px;
    background-image: url(../src/images/bt_outils/recentrer_new2.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.recentrerItemInactive {
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px;
    background-image: url(../src/images/bt_outils/recentrer_new1.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.deplacerItemActive {
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px;
    background-image: url(../src/images/bt_outils/deplacer_new2.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.deplacerItemInactive {
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px;
    background-image: url(../src/images/bt_outils/deplacer_new1.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.info_bulleItemActive {
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px;
    background-image: url(../src/images/bt_outils/info_bulle2.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.info_bulleItemInactive {
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px;
    background-image: url(../src/images/bt_outils/info_bulle1.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.info_distanceItemActive {
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px;
    background-image: url(../src/images/bt_outils/info_distance_new2.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.info_distanceItemInactive {
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px;
    background-image: url(../src/images/bt_outils/info_distance_new1.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

#info_distances {
    display: none;
    z-index: 10000;
    position: absolute;
    top: 70px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    color: #000;
    opacity: 0.8;
    background-color: #e0ded8;
    box-shadow: 1px 1px 12px #000;
}

#info_distances p {
    margin: 0;
    font-size: 0.9em;
    line-height: 1em;
}

.sel_rectangleItemActive {
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px;
    background-image: url(../src/images/bt_outils/sel_rectangle_new2.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.sel_rectangleItemInactive {
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px;
    background-image: url(../src/images/bt_outils/sel_rectangle_new1.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.sel_polygoneItemActive {
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px;
    background-image: url(../src/images/bt_outils/sel_polygone_new2.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.sel_polygoneItemInactive {
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px;
    background-image: url(../src/images/bt_outils/sel_polygone_new1.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.sel_rechercheItemInactive,
.sel_rechercheItemActive {
    float: left;
    width: 110px;
    height: 24px;
    margin: 0;
    background-image: url(../src/images/bt_outils/sel_recherche.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

#coord_legende {
    display: block;
    float: left;
    height: 50px;
    padding-left: 10px;
    font-size: 12px;
}

#coord_geog {
    float: left;
    width: 190px;
}

#coord_plane {
    float: right;
    width: 190px;
}

#echelle {
    float: none;
    height: 44px;
    background-color: transparent;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
    font-weight: 500;
}

.bloc-contenu center {
    padding-left: 10px;
    padding-top: 65px;
}

#totalFeaturesTexteId {
    text-transform: none;
    font-size: 0.7em;
    font-weight: bold;
}

#vider_panier {
    float: right;
    width: 20px;
    height: 18px;
    background-image: url("../img/pro/vider_panier.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

#frm_panier .entetePanier, #frm_panier .hautPanier {
    width: 100%;
    border-spacing: 0;
}

#frm_panier div#ajax_panier {
    width: 100%;
    height: 350px;
    border: 1px #ccc solid;
    border-top-width: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #fff;
}

#frm_panier .entetePanier .panierTdOne {
    width: 30%;
    font-weight: bold;
}

#frm_panier .panierTdOne {
    border: 1px #ccc solid;
    border-top: none;
}

#frm_panier .panierTdTwo, #frm_panier .panierTdThree {
    border: 1px #ccc solid;
    border-top: none;
    border-left: none;
}

#frm_panier .entetePanier .panierTdTwo {
    width: 39%;
    font-weight: bold;
}

#frm_panier .entetePanier .panierTdThree {
    width: 30%;
    font-weight: bold;
}

#frm_panier .hautPanier .panierTdOne {
    width: 23px !important;
    width: 23px;
}

#frm_panier .hautPanier .panierTdTwo {
    width: 130px !important;
    width: 130px;
}

#frm_panier .hautPanier .panierTdThree {
    width: 78px !important;
    width: 78px;
    text-align: center;
}

#frm_panier .selPanier {
    width: 100%;
    border-spacing: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

#frm_panier .selPanier td {
    height: 25px;
    background-color: #e0ded8;
}

#frm_panier .selPanier .panierTdOne {
    width: 25px !important;
    width: 25px;
}

#frm_panier .selPanier .panierTdTwo {
    width: 140px !important;
    width: 140px;
}

#frm_panier .selPanier .panierTdThree {
    width: 72px !important;
    width: 72px;
    text-align: center;
}

.td_IE_hack {
    display: none !important;
    display: table-cell !important;
    width: 16px;
    padding: 0;
}

#legende {

    position: absolute;
    left: 15%;
    top: 10%;

    width: 620px;
    height: 645px;
    padding-top: 13px;
    background: url("../src/images/legende/legende_generique_new.png") no-repeat scroll 0 0 transparent;
}

.infobulle .infobulle_titre {
    padding-top: 10px;
    padding-bottom: 12px;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
    font-size: 15px;
    color: #256285;
    cursor: pointer;
}

.infobulle .plus_info {
    display: block;
    padding-top: 5px;
    text-align: right;
}

#infobulle, #infobulle_contentDiv {
    height: 130px;
    height: 130px !important;
}

#div_recherche_geod {
    width: 450px;
    height: 543px;
    background: #f7f6f2;
    border: 2px #256285 solid;
}

#recherche_geod {
    position: relative;
    transform: translate(160px, -610px);
    z-Index: 6000 !important;
}

#div_recherche_geod h2 {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #256285;
    padding: 3px 0;
}

#div_recherche_geod h3 {
    margin: 0;
    padding: 10px;
    color: #256285;
}

#div_recherche_geod .nom span {
    display: block;
    float: left;
    min-width: 130px;
    margin-left: 20px;
    margin-top: 5px;
}

#div_recherche_geod span {
    display: inline;
    margin-left: 5px;
    text-align: left;
    text-transform: none;
    font-weight: normal;
    line-height: 1.2em;
    font-size: 13px;
    color: #333;
}

#div_recherche_geod .lieu span {
    display: block;
    float: left;
    width: 200px;
    margin-left: 20px;
    margin-top: 5px;
}

#div_recherche_geod input {
    margin-left: 10px;
    margin-bottom: 2px;
}

#div_recherche_geod .coord input {
    margin-left: 20px;
}

div.autocomplete {
    position: relative;
    width: 500px;
    margin: 0;
    padding: 0;
    border: 1px solid #888;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
}

#div_recherche_geod .ombre {
    width: 100%;
    padding-bottom: 20px;
    background: url("../img/design/content/ombre-total-bas.jpg") no-repeat scroll center bottom transparent;
}

#div_recherche_geod .coord p {
    color: #333 !important;
    font-size: 14px;
}

#div_recherche_geod .div_recherche_geod_checkbox {
    display: block;
    padding-top: 5px;
    margin-left: 20px;
}

.div_recherche_geod_boutons {
    width: 100%;
    height: 35px;
    padding-top: 7px;
    padding-left: 123px;
}

.div_recherche_geod_bouton {
    display: block;
    float: left;
    width: 96px;
    height: 20px;
    margin: 6px;
    border: medium none;
    text-align: center;
    padding-top: 3px;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
    font-size: 0.9em;
    color: #fff;
    background-color: #256285;
    cursor: pointer;
}

@media (min-width: 480px) and (max-width: 959px) {
    #content {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }

    .bloc-contenu, .bloc-gauche-3 {
        float: none;
        width: auto;
    }
}

@media (max-width: 479px) {
    #content {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}

.mobile-menu-toggle {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 15px;
    width: 42px;
    height: 42px;
    overflow: hidden;
    padding: 10px 0;
    border: 1px solid rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    font: inherit;
    color: inherit;
    background-color: rgba(248, 246, 242, 0.9);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.mobile-menu-toggle::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    background-image: url('../img/design/menu.png');
    background-size: 20px 20px;
}

@media (max-width: 959px) {
    .mobile-menu-toggle {
        display: inline-block;
    }
}


#patience {
    background:  #000000 url("https://api.ign.fr/geoportail/api/js/latest/theme/geoportal/img/loading.gif") no-repeat 50% 50%;
    left: 0px;
    position: fixed !important;
    position: relative;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9990;
    display:inline-block;
    vertical-align:middle;
    padding-top:100px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.80;
    opacity: 0.80;
    text-align: center;
    font-size: 40px;
    color: white;
}