@font-face {
    font-family: 'frente_h1regular';
    src: url('../fonts/FrenteH1-Regular-webfont.eot');
    src: url('../fonts/FrenteH1-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FrenteH1-Regular-webfont.woff') format('woff'),
         url('../fonts/FrenteH1-Regular-webfont.ttf') format('truetype'),
         url('../fonts/FrenteH1-Regular-webfont.svg#frente_h1regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "frente_h1regular";
    font-size: 1.4em;
    color: dimgray;
    margin: 0;
    padding: 0;
}
p {
    margin: 15px 5px;
}
a {
    color: dimgray;
    text-decoration: none;
}
a:hover {
    color: green;
    text-decoration: none;
}
a:focus {
    color: dimgray;
    text-decoration: none;
}
h2 {
    font-size: 1.2em;
    text-align: center;
    margin-top: 4%;
}
.button {
    font-family: "frente_h1regular";
    color: dimgray;
    font-size: 0.9em;
    border: 1px solid gray;
    border-radius: 1px;
    padding: 1px 10px;
    margin: 0 10px;
    background-color: #EEEEEE;
    box-shadow: 1px 1px 3px lightgray;
    cursor: pointer;
}
.button:hover {
    background-color: lightgray;
    color: black;
}
.del:hover {
    color: red;
    font-weight: bold;
}
.point {
    cursor: pointer;
}
fieldset {
    background-color: #F6F6F6;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    box-shadow: 1px 1px 3px lightgray;
    padding-bottom: 0;
}
legend {
    font-size: 0.75em;
}
input {
    padding-top: 9px;
}
textarea {
    width: 90%;
}
.inputSm {
    width: 80%;
}
.inputLg {
    width: 80%;
}
.xl {
    font-size: 1.5em;
}
.xxl {
    font-size: 1.8em;
}
.lg {
    font-size: 1.1em;
}
.sm2 {
    font-size: 0.9em;
}
.sm {
    font-size: 0.75em;
}
.xsm {
    font-size: 0.7em;
}
.xsm2 {
    font-size: 0.65em;
}
.xs {
    font-size: 0.5em;
}
.xs2 {
    font-size: 0.55em;
}
.bold {
    font-weight: bold;
}
.center {
    text-align: center;
}
.alignLeft {
    text-align: left;
}
.alignRight {
    text-align: right;
}
.underline {
    text-decoration: underline;
}
.arial {
    font-family: "arial", sans-serif;
}
.marginT {
    margin-top: 25px;
}
.marginTB {
    margin-top: 25px;
    margin-bottom: 25px;
}
.red {
    color: orangered;
}
.green {
    color: green;
}
.gray {
    color: darkgray;
}
.white {
    color: white;
}
.blue {
    color: royalblue;
}
.blue2 {
    color: #333399;
}
.purple {
    color: purple;
}
.clear {
    clear: both;
}
.warning {
    border: none;
    outline: none;
    float: right;
    width: 25px;
    height: 25px;
    background: url("../img/warning.png") no-repeat center;
    background-size: cover;
}
.warningForum  {
    border: none;
    outline: none;
    float: right;
    width: 18px;
    height: 18px;
    margin-right: 2px;
    background: url("../img/warning.png") no-repeat center;
    background-size: cover;
}
.warning:hover,
.warningForum:hover {
    background: url("../img/warningBlack.png") no-repeat center;
    background-size: cover;
}
.ownerButton {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    font-family: "frente_h1regular";
    font-size: 1em;
    padding: 0;
    color: green;
}
.gerantButton {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    font-family: "frente_h1regular";
    font-size: 0.8em;
    padding: 0;
    color: dimgray;
    text-decoration: underline;
}
.gerantButton:hover {
    color: green;
}
.toMap {
    padding: 1px 5px;
    border: 1px solid white;
    transition: 0.2s;
}
.toMap:hover {
    border: 1px solid green;
    transition: 0.5s;
}
.margZero {
    margin: 0;
    padding: 3px 0 0 0;
}
.topMargZero {
    margin: 0;
    padding: 0 0 5px 0;
}
.botMargZero {
    margin-bottom: 0;
    padding-bottom: 0;
}
/* menu */
.menuBarXl,
.menuBar {
    background-color: white;
    border-bottom: 1px solid lightgray;
    box-shadow: 1px 1px 3px gainsboro;
    width: 100%;
    z-index: 10;
    position: fixed;
    top: 0;
    min-height: 56px;
}
.menuBar nav {
    padding-top: 10px;
}
.nonFixe {
    border-bottom: 1px solid lightgray;
    box-shadow: 1px 1px 3px gainsboro;
    padding: 10px 0 8px 0;
}
.menu {
    text-align: right;
    padding: 15px 20px 0 0;
}
.nonFixe .menu {
    text-align: right;
    padding: 5px 8px 0 0;
}
.miniNav {
    padding-top: 10px;
}
nav {
    margin-top: 8px;
    padding-left: 12px;    
}
nav li {
    list-style-type: none;
    margin: 5px 12px 0 0;
}
nav ul {
    padding: 0;
    margin: 0;
}
.container {
    clear: both;
    width: 95%;
    min-height: 85vh;
    margin: auto;
    padding-top: 70px;
}
.nFix {
    padding-top: 0;
}
.infoMargin {
    padding: 0 6% 20px 6%;
}
#cookieModal {
    display: none;
    position: absolute;
    z-index: 20;
    top: 50px;
    right: 10px;
    padding: 10px 20px;
    background-color: white;
    border: 1px solid #bfbfbf;
    box-shadow: 1px 1px 3px lightgray;
    border-radius: 2px;
    text-align: center;
}
#cookieModal form {
    display: inline-block;
}
.close {
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 1px 3px;
    border: 1px solid lightgray;
    background-color: white;
    cursor: pointer;
}

@media all and (max-width: 767px) and (max-device-width: 767px)
/* xs */
{
    #miniMenu {
        display: block;
        float: left;
        padding-left: 5px;
    }
    #miniMenuHide {
        display: none;
        float: left;
        padding-left: 5px;
    }
    #nav {
        display: none;
    }
    .displayBigOnly {
        display: None;
    }
}

@media all and (min-width: 768px) and (min-device-width: 768px)
/* sm */
{
    #miniMenu,
    #miniMenuHide {
        display: none;
    }
    .menu {
        float: right;
    }
    nav li {
        display: inline-block; 
    }
    .inputSm {
        width: 40%;
    }

}

/* --------------------------------Page index--------------------------------- */

.homeNav {
    text-align: right;
    padding: 13px 15px 15px 0;
}
.homeBloc div {
    margin-bottom: 40px;
}
.refer {
    color: white;
    font-size: 0.1em;
    margin: 0;
    padding: 0;
}
.homeBloc p {
    margin: 7px;
}
.imageHome {
    width: 70%;
}
.homeMap {
    display: block;
    width: 100%;
    height: 150px;
    background: url("../img/map/homeMap.jpg") no-repeat center;
    background-size: cover;
    border-top: 1px solid darkgray;
    border-bottom: 1px solid darkgray;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
    margin: auto;
}
.homeMap:hover {
    color: black;
    filter: brightness(85%);
    -webkit-filter: brightness(85%);
    -moz-filter: brightness(85%);
    -o-filter: brightness(85%);
    -ms-filter: brightness(85%);
}

@media all and (min-width: 768px) and (min-device-width: 768px)
/* sm */
{
    .homeBloc div {
        display: inline-block;
        width: 45%;
    }
}

@media all and (min-width: 992px) and (min-device-width: 992px)
/* md */
{
    .homeBloc div {
        width: 35%;
    }
    .homeMap {
        width: 90%;
        border: 1px solid darkgray;
        border-radius: 1px;
    }   
}

@media all and (min-width: 1200px) and (min-device-width: 1200px)
/* lg */
{
    .homeBloc div {
        width: 30%;
    }
    .homeMap {
        height: 175px;
        width: 85%;
    }    
} 

@media all and (min-width: 2560px) and (min-device-width: 2560px)
/* lg */
{
    .homeMap {
        width: 65%;
        height: 250px;
    } 
} 

/* --------------------------------Page realEstate--------------------------------- */

.blocAdv {
    text-align: center;
    margin: 20px 1%;
}
.advertise {
    display: block;
    position: relative;
    background: url("../img/cadre.jpg") no-repeat center;
    background-size: 100% 100%;
    padding: 5px 10px; 
    box-shadow: 1px 1px 5px lightgray;
}
.advertise:hover {
    color: black;
    filter: brightness(96%);
    -webkit-filter: brightness(96%);
    -moz-filter: brightness(96%);
    -o-filter: brightness(96%);
    -ms-filter: brightness(96%);
}
.advertise img {
    max-width: 50%;
    height: auto;
    padding-top: 10px;
}
.soldGray
{
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
    -moz-filter: brightness(90%);
    -o-filter: brightness(90%);
    -ms-filter: brightness(90%);
}
.soldGray:hover
{
    filter: brightness(86%);
    -webkit-filter: brightness(86%);
    -moz-filter: brightness(86%);
    -o-filter: brightness(86%);
    -ms-filter: brightness(86%);
}
@media all and (min-width: 768px) and (min-device-width: 768px)
/* sm */
{
    .conteneur {
        padding-left: 1%;
    }
    .blocAdv {
        width: 47%;
        display: inline-block;
    }
}

@media all and (min-width: 992px) and (min-device-width: 992px)
/* md */
{
    .blocAdv {
        width: 30.5%;
    }
}

@media all and (min-width: 1200px) and (min-device-width: 1200px)
/* lg */
{
    .blocAdv {
        width: 22.5%;
    }
}

/* --------------------------------Page property, buyProperty ----------------------------- */

.bloc {
    text-align: center;
    padding-top: 2%;
}
.blocImgLg img {
    width: 99%;
}
.blocImgSm img,
.blocImgSmFixed img {
    width: 85%;
}
.blocImgSm2 {
    margin-top: 3%;
}
.blocImgSm2 img {
    width: 90%;
    border: 1px solid lightgray;
    padding: 12% 2%;
}
.cadre {
    padding: 10% 8%;
    border: 13px solid #333333;
}
.divInfoLeft {
    text-align: left;
    padding-top: 10px;
}
.infoCom {
    text-align: left;
    padding: 5%;
}
.blocComPublic {
    text-align: center;
    margin: 30px 0;    
}
.blocRestoPublic img {
    cursor: pointer;
    padding-bottom: 3px;
    height: 300px;
}
.blocComPublic div {
    display: inline-block;
    vertical-align: top;
    border: 1px solid lightgray;
    border-radius: 2px;
    word-wrap: break-word;
    padding: 8px;
    margin: 3px;
    width: 40%;
}
.imgComPublic {
    height: 130px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    margin: auto;
    border: 1px solid lightgray;
}
@media all and (min-width: 768px) and (min-device-width: 768px)
/* sm */
{
    .bloc div {
        vertical-align: top;
    }
    .propertyBloc div {
        vertical-align: middle;
    }
    .blocImgLg {
        display: inline-block;
        width: 50%;
    }
    .blocImgSm {
        display: inline-block;
        width: 26%;
        margin-right: 10%;
    }
    .blocImgSm2 {
        display: inline-block;
        width: 26%;
        margin-right: 10%;
    }
    .blocImgSmFixed {
        width: 32%;
        position: fixed;
        margin-left: 1%;
    }
    .blocInfoSm {
        display: inline-block;
        width: 35%;
    }
    .blocInfoLg {
        display: inline-block;
        width: 56%;
    }
    .blocInfoLg2 {
        display: inline-block;
        width: 42%;
    }
    .blocInfoLgMov {
        position: relative;
        left: 37%;
        width: 63%;
    }
    .divInfoLeft {
        padding-left: 20%;
    }
    .infoCom {
        padding: 5% 1% 5% 1%;
    }
    .site {
        padding: 1%;
    }
    .blocComPublic div {
        margin: 10px;
        width: 19%;
        cursor: pointer;
    }
    .blocComPublic div:hover {
        box-shadow: 0px 0px 5px lightgray;
    }
}
@media all and (min-width: 992px) and (min-device-width: 992px)
/* md */
{
    .blocImgLg {
        width: 41%;
    }
    .imgComPublic {
        height: 150px;
    }
}
@media all and (min-width: 1200px) and (min-device-width: 1200px)
/* lg */
{
    .blocImgLg {
        width: 34%;
    }
    .blocImgSm {
        width: 15%;
    }
    .blocImgSm2 {
        width: 25%;
    }
    .divInfoLeft {
        padding-left: 30%;
    }
    .infoCom {
        padding: 3% 5% 3% 5%;
    }
    .blocComPublic div {
        width: 13%;
    }
} 

/* ----------------------- SlideShow modal ----------------- */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.93);
}
.closeSlide {
    color: white;
    position: absolute;
    top: 60px;
    right: 25px;
    font-size: 1.8em;
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s;
}
.closeSlide:hover {
    color: green;
}
.slideshow-container {
    position: relative;
    margin-top: 120px;
}
.mySlides {
    display: none;
    text-align: center;
}
.mySlides img {
    max-width: 100%;
    max-height: 400px;
}
.mySlides2 {
    text-align: center;
}
.mySlides2 img {
    max-width: 100%;
    max-height: 500px;
    margin-top: -60px;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 4px 6px 4px 6px;
    margin-top: -22px;
    color: white;
    font-size: 1em;
    transition: 0.4s;
    border-radius: 3px;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.50);
}
.prev:hover,
.next:hover {
    color: white;
}
.prev {
    left: 5px;
}
.next {
    right: 5px;
}
.prev2, .next2 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 4px 6px 4px 6px;
    margin-top: -22px;
    font-size: 1em;
    transition: 0.4s;
}
.prev2 {
    left: 5px;
}
.next2 {
    right: 5px;
}
.textSlide {
    color: white;
    position: absolute;
    width: 96%;
    margin: 0;
    padding: 18px 2% 2px 2%;
}

@media all and (min-width: 768px) and (min-device-width: 768px)
/* sm */
{
    .closeSlide {
        top: 67px;
        font-size: 2em;
    }
    .slideshow-container {
        margin-top: 130px;
    }
    .mySlides img {
        max-height: 500px;
    }
    .mySlides2 img {
        max-height: 600px;
    }
    .prev, .next {
        padding: 5px 9px 5px 9px;
        font-size: 1.5em;
    }
    .prev {
        left: 18px;
    }
    .next {
        right: 18px;
    }.prev2, .next2 {
        padding: 5px 9px 5px 9px;
        font-size: 1.5em;
    }
    .prev2 {
        left: 18px;
    }
    .next2 {
        right: 18px;
    }
}

@media all and (min-width: 1200px) and (min-device-width: 1200px)
/* lg */
{
    .mySlides img {
        max-height: 600px;
    }
    .mySlides2 img {
        max-height: 740px;
    }
    .prev, .next {
        padding: 6px 10px 6px 10px;
        font-size: 2em;
    }
    .prev2, .next2 {
        padding: 6px 10px 6px 10px;
        font-size: 2em;
    }
    .prev {
        left: 33px;
    }
    .next {
        right: 33px;
    }  
    .prev2 {
        left: 33px;
    }
    .next2 {
        right: 33px;
    }  
}

/* --------------------------------Page owner--------------------------------- */

.deconnect {
    text-align: right;
    margin-right: 0;
}
.aLine {
    display: block;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
}
.expoField {
    padding-top: 0;
    margin: 0 0 5px 0;
    text-align: center;
}
.ownerProp {
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    box-shadow: 1px 1px 3px lightgray;
    min-height: 375px;
    text-align: center;
    margin: 9px 0 20px 0;
}
.ownerProp img {
    max-width: 50%;
    height: auto;
    padding-top: 10px;
}
.connect p {
    display: inline-block;
}
.right {
    float: right;
}

@media all and (min-width: 768px) and (min-device-width: 768px)
/* sm */
{
    .expoField {
        display: inline-block;
        width: 44%;
        margin-left: 1%;
    }
    .ownerProp {
        display: inline-block;
        width: 46.5%;
        margin: 9px 1% 20px 1%;
    }
}

@media all and (min-width: 992px) and (min-device-width: 992px)
/* md */
{
    .expoField {
        width: 29%;
        display: inline-block;
        margin-left: 1%;
    }
    .ownerProp {
        width: 30.5%;
    }
}

@media all and (min-width: 1200px) and (min-device-width: 1200px)
/* lg */
{
    .expoField {
        width: 21%;
        display: inline-block;
        margin-left: 1%;
    }
    .ownerProp {
        width: 22%;
    }
    
}
/* --------- page ContactOwner ---------*/
.divContactO p {
    display: inline-block;
}

/* --------------------------------Page edit commercial--------------------------------- */


.imgPropCom img {
    width: 60%;
}
.descri * {
    vertical-align: middle;
}
.sizeTitre input {
    width: 90%;
}
.blocImgCom {
    background-color: #F6F6F6;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    box-shadow: 1px 1px 3px lightgray;
    text-align: center;
    margin: 6px;
    padding: 6px 2px;
}
.blocImgCom div {
    vertical-align: middle;
}
.imgCom {
    display: inline-block;
    width: 22%;
    height: 70px;
    background-position: center center;
    background-size: cover;
    border: 1px solid gray;
    border-radius: 2px;
    margin-bottom: 6px;
}
.formImgCom {
    display: inline-block;
    width: 69%;
    text-align: left;
}
.separe {
    border-top: 1px solid #E9E9E9;
}
.erase {
    padding-top: 6px;
}
@media all and (min-width: 768px) and (min-device-width: 768px)
/* sm */
{
    .sizeTitre input {
        width: 60%;
    }
    .imgPropCom img {
        width: 70%;
    }
    .imgPropComLand img {
        width: 50%;
        margin: -15px 0 -25px 0;
    }
    .blocImgCom {
        display: inline-block;
        width: 47%;
    }
}
@media all and (min-width: 992px) and (min-device-width: 992px)
/* md */
{
    .imgCom {
        height: 90px;
    }
}
@media all and (min-width: 1200px) and (min-device-width: 1200px)
/* lg */
{
    .imgPropCom img {
        width: 80%;
    }
    .imgPropComLand img {
        width: 35%;
    }
    .formCom {
        padding-left: 30px;
        margin-left: 20%;
    }  
    .blocImgCom {
        width: 31%;
    }
}
/* --------------------------------Page cityHall--------------------------------- */
.blocCity {
    clear: both;
    text-align: center;
}
.miniCityDiv {
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    box-shadow: 1px 1px 3px lightgray;
    margin: 15px 1%;
}
.miniCityDiv div {
    display: inline-block;
    vertical-align: middle;
}
.hoverGray:hover {
    color: dimgray;
}
.miniCityDiv img,
.aCityDiv img {
    height: 120px;
}
.aCityDiv {
    display: block;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    box-shadow: 1px 1px 3px lightgray;
    margin: 15px 1%;
    background-color: white;
    position: relative;
}
.aCityDiv:hover {
    color: #595959;
    filter: brightness(97%);
    -webkit-filter: brightness(97%);
    -moz-filter: brightness(97%);
    -o-filter: brightness(97%);
    -ms-filter: brightness(97%);
    box-shadow: 1px 1px 5px darkgray;
}
.mediaQ {
    display: none;
}
.cityImg {
    padding-top: 20px;
}
.commercialBloc {
    padding-top: 5px;
}
.divCommercial {
    display: block;
    background-color: white;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    box-shadow: 1px 1px 3px lightgray;
    margin: 15px 1%;
    height: 140px;
}
.divCommercial:hover {
    color: #595959;
    filter: brightness(97%);
    -webkit-filter: brightness(97%);
    -moz-filter: brightness(97%);
    -o-filter: brightness(97%);
    -ms-filter: brightness(97%);
    box-shadow: 1px 1px 5px darkgray;
}
.imgDivCom {
    display: inline-block;
    vertical-align: middle;
    background-position: center center;
    background-size: cover;
    width: 35%;
    height: 140px;
    border-radius: 1px 0 0 1px;
    border-right: 1px solid #bfbfbf;
}
.divComP {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
    text-align: center;
}
.noP {
    width: 0;
    border: none;
}
.noI {
    width: 98%;
}
.divComP p {
    margin: 8px;
}
.cityExpos,
.cityExposL {
    text-align: left;
}
.voirPlus {
    position: absolute;
    right: 2px;
    bottom: -8px;
    text-decoration: underline;
    font-size: 0.7em;
}

@media all and (min-width: 768px) and (min-device-width: 768px)
/* sm */
{
    .miniCityDiv {
        width: 46%;
        display: inline-block;
        height: 210px;
        padding-top: 7px;
    }
    .aCityDiv {
        height: 233px;
    }
    .aCityDiv div {
        display: inline-block;
    }
    .cityExpos {
        width: 67%;
        vertical-align: top;
        padding-left: 40px;
        padding-top: 10px;
    }
    .cityExposL {
        width: 67%;
        vertical-align: top;
        padding-left: 10px;
        padding-top: 10px;
    }
    .divCommercial {
        display: inline-block;
        margin: 15px 1%;
        width: 47%;
    }
}
@media all and (min-width: 992px) and (min-device-width: 992px)
/* md */
{
    .imgDivCom {
        width: 30%;
    }
    .divComP {
        width: 65%;
    }
    .noP {
        width: 0;
        border: none;
    }
    .noI {
        width: 98%;
    }
}
@media all and (min-width: 1200px) and (min-device-width: 1200px)
/* lg */
{
    .columnL {
        width: 35%;
        display: inline-block;
        vertical-align: top;
    }
    .columnR {
        width: 64%;
        display: inline-block;
        vertical-align: top;
    }
    .mediaQmobile {
        display: none;
    }
    .mediaQ {
        display: block;
    }
    .divCommercial {
        width: 30%;
    }
}

/* --------------------------------Pages Bâtiments publics --------------------------------- */
.policeWarning img {
    width: 20px;
}
/* speack mayor */
.mailImg img {
    width: 4.5em;
}
.padd img {
    margin-bottom: -5px;
}
.mayorContain {
    text-align: center;
}
.mayorDiv {
    display: inline-block;
    width: 23%;
    vertical-align: middle;
}
.mayor img {
    width: 100%;
}
.mailDiv {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}
.miniPublic {
    margin: 5px;
}
.miniPublic img {
    height: 90px;
}
.miniPublicLandscape img {
    height: 120px;
    margin: -30px;
}
.titreMini {
    text-align: center;
    margin-top: 2px;
    font-weight: bold;
    font-size: 1.2em;
}
.publicTitreDiv1 {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.publicTitreDiv2 {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.publicTitreDiv3 {
    float: right;
}

@media all and (min-width: 768px) and (min-device-width: 768px)
/* sm */
{
    .mayorDiv {
        width: 15%;
    }
    .mailDiv {
        width: 50%;
    }
    .publicTitreDiv1 {
        width: 25%;
    }
    .publicTitreDiv2 {
        width: 50%;
        vertical-align: top;
        padding-top: 40px;
    }
}
@media all and (min-width: 1200px) and (min-device-width: 1200px)
/* lg */
{
    .mayorDiv {
        width: 12%;
    }
    .mailDiv {
        width: 35%;
    }    
}
/* editPublic page */
.infoExpo p,
.infoExpo form {
    display: inline-block;
    margin: 5px;
}
.blocImgOnePict {
    background-color: #F6F6F6;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    box-shadow: 1px 1px 3px lightgray;
    text-align: center;
    margin: 6px;
    padding: 6px 2px;
}
.blocImgOnePict div {
    vertical-align: middle;
}
/* Public et expo page */
.divComAdminExpo {
    background-color: white;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    box-shadow: 1px 1px 3px lightgray;
    margin: 15px 0.7%;
}
.backGray {
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
    -moz-filter: brightness(90%);
    -o-filter: brightness(90%);
    -ms-filter: brightness(90%);
}
.borde {
    border-bottom: 1px solid #bfbfbf;
    border-radius: 0 0 2px 0;
}
.blocExpo {
    display: block;
    min-height: 112px;
    margin: 20px 0 20px 0;
    padding-left: 10px;
    padding-right: 7px;
    background-color: #F6F6F6;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    box-shadow: 1px 1px 3px lightgray;
}
.adminExpo {
    min-height: 153px;
    margin: 20px 0 20px 0;
    padding-left: 10px;
    padding-right: 7px;
    background-color: white;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    box-shadow: 1px 1px 3px lightgray;
}
.blocExpo:hover {
    color: #404040;
    background-color: #F1F1F1;
    box-shadow: 1px 1px 5px darkgray;
}
.imgExpo {
    margin: 0;
}
.imgExpo img {
    height: 90px;
    float: left;
    margin: 10px 15px 10px 0;
    border: 1px solid lightgray;
    border-radius: 2px;
}
.imgExpo2 {
    margin: 0;
}
.imgExpo2 img {
    height: 120px;
    float: left;
    margin: 0px 15px 10px 0;
    border: 1px solid lightgray;
    border-radius: 2px;
}
.imgExpo3 img {
    height: 80px;
    float: left;
    margin: 0px 15px 10px 0;
    border: 1px solid lightgray;
    border-radius: 2px;
}
.imgExpo4 img {
    height: 100px;
    float: left;
    margin: 5px 15px 10px 0;
    border: 1px solid lightgray;
    border-radius: 2px;
}
.editAdmin {
    padding-bottom: 10px;
}
.editAdmin p {
    margin-top: 8px;
    margin-bottom: 0;
    display: inline-block;
}
.poster img {
    border: 1px solid lightgray;
}
/* newspaper */
.impt {
    background-color: seashell;
}
.impt2 {
    color: purple;
}
.leftImgNews {
    float: left;
    margin: 3px 8px;
    max-width: 110px;
}
.newCom {
    display: block;
    background-color: white;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    box-shadow: 1px 1px 3px lightgray;
    margin: 15px 1%;
    height: 140px;
}
.newCom:hover {
    color: #595959;
    filter: brightness(97%);
    -webkit-filter: brightness(97%);
    -moz-filter: brightness(97%);
    -o-filter: brightness(97%);
    -ms-filter: brightness(97%);
    box-shadow: 1px 1px 5px darkgray;
}
.newsArticle {
    margin: 20px 0 20px 0;
    padding-left: 10px;
    padding-right: 7px;
    background-color: white;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    box-shadow: 1px 1px 3px lightgray;
}
.newsArticleSm {
    margin: 20px 0 20px 0;
    padding-left: 10px;
    padding-right: 7px;
    background-color: white;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    box-shadow: 1px 1px 3px lightgray;
}
.textNewsHeight {
    min-height: 120px;
}
.textNewsHeight2 {
    min-height: 90px;
    max-height: 90px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.voirNews {
    margin: 0;
    padding: 5px 0 0 0;
}
.textNewsHeight3 {
    max-height: 75px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.versNews a:hover {
    color: dimgray;
}
.imgNewsSm {
    float: left;
    width: 110px;
    height: 110px;
    margin: 0 5px 0 0;
    background-position: center center;
    background-size: cover;
    border: 1px solid gray;
    border-radius: 2px;
    margin-bottom: 6px;
}
/* forum */
#forumFieldLg {
    display: none;
}
table {
    margin: auto;
    border-collapse: collapse;
}
th {
    background-color: #d9d9d9;
    border: 1px solid darkgray;
    padding: 6px 6px;
    font-size: 0.8em;
}
td {
    border: 1px solid gainsboro;
    box-shadow: 0 2px 4px whitesmoke inset;
    padding: 4px 2px;
    font-size: 0.7em;
    vertical-align: top;
}
td p {
    margin: 12px 2px;
}
.leftForum {
    text-align: left;
}
.versForum:hover {
    box-shadow: 0 0 30px #f2f2f2 inset;
}
.versForum a:hover {
    color: black;
}
.topicTd {
    width: 70%;
}
.topicTd a {
    display: block;
    width: 100%;
}
.forumMsg {
    width: 98%;
}
/* pagination */
.pagination {
    text-align: center;
    margin: 10px;
}
.pagination li {
    display: inline-block;
    font-size: 0.7em;
}
.pageCur {
    font-weight: bold;
    font-size: 1.3em;
}
.tdFin {
    padding: 0.5px;
    background-color: #b3b3b3;
    box-shadow: 0 1px 2px darkgray ;
}
.surbrillance {
    background-color: #e6e6e6;
}
.tdAuteur {
    width: 40%;
}
.tdAuteur2 {
    width: 25%;
}
.tdAuteur input, 
.tdAuteur2 input {
    max-width: 130px;
    white-space: pre-wrap;
}
.lienForumP {
    float: left;
    margin-top: 0;
}
.lienForum {
    display: block;
    width: 12px;
    background: url("../img/link.png") no-repeat center;
    background-size: contain;
    color: transparent;
}
.lienForum:hover {
    background: url("../img/linkBlack.png") no-repeat center;
    background-size: contain;
    color: transparent;
}
.rightPadding {
    float: right;
    padding-bottom: 8px;
}
video {
    max-width: 90%;
    max-height: 450px;
}
.blocVid {
    margin-top: 15px;
    padding-top: 15px;
}

@media all and (min-width: 768px) and (min-device-width: 768px)
/* sm */
{
    #forumFieldSm {
        display: none;
    }
    #forumFieldLg {
        display: block;
    }
    th {
        font-size: 0.9em;
    }
    td {
        font-size: 0.8em;
    }
    .forum {
        width: 98%;
    }
    .tdAuteur {
       width: 32%;
    }
    .tdAuteur2 {
       width: 15%;
    }
    .blocImgOnePict {
        width: 47%;
    }
    .newCom {
        display: inline-block;
        width: 47%;
        margin: 1%;
        vertical-align: top;
    }
    .divComAdminExpo {
        width: 47%;
        display: inline-block;
    }
    .miniVid {
        display: inline-block;
        max-width: 25%;
        max-height: 200px;
        border: 1px solid gray;
    }
    .textNewsHeight2 {
        height: 45px;
    }
    .imgExpo4 img {
        height: 120px;
    }
}
@media all and (min-width: 992px) and (min-device-width: 992px)
/* md */
{
    th {
        font-size: 1em;
    }
    td {
        font-size: 0.9em;
    }
    .tdAuteur {
        width: 28%;
    }
    .tdAuteur input {
        max-width: 150px;
    }
    .articleBloc {
        width: 67%;
        display: inline-block;
        vertical-align: top;
    }
    .articleComBloc {
        width: 31%;
        display: inline-block;
        vertical-align: top;
    }
    .newCom {
        display: block;
        width: 99%;
        margin-bottom: 15px;
    }
    .imgExpo4 img {
        height: 150px;
    }
}
@media all and (min-width: 1200px) and (min-device-width: 1200px)
/* lg */
{
    .forum {
        width: 90%;
        margin-top: 20px;
    }
    .tdAuteur {
        width: 22%;
    }

    .blocExpo {
        margin: 25px 2% 25px 2%;
    }
    .adminExpo {
        margin: 15px 2% 15px 2%;
    }
    .divComAdminExpo {
        width: 31%;
    }
    .blocImgOnePict {
        width: auto;
    }
    .onePictBlocField {
        width: 66%;
        display: inline-block;
        vertical-align: top;
    }
    .onePictBloc {
        width: 30%;
        display: inline-block;
        vertical-align: top;
    }
    .articleBloc {
        width: 70%;
    }
    .articleComBloc {
        width: 27%;
    }
    .imgExpo4 img {
        height: 200px;
    }
}

/* --------------------------------Page map--------------------------------- */
.contentMap {
    clear: both;
    width: 100%;
    margin: 0;
    overflow: hidden;
    max-height: 100vh;
}
.footerMap {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 6;
}
.footerMap p {
    background-color: white;
    margin: 1px 3px;
}
#map {
    background-image: url(../img/map/map.jpg);
    background-size: cover;
    position: relative;
    width: 5000px;
    height: 2455px;
    transition-property: transform;
    transition-duration: 0.5s;
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -o-transform: scale(0.25);
    -moz-transform: scale(0.25);
    transform: scale(0.25);
    top: -880px;
    left: -2120px;
    cursor: move;
}
#map path {
    fill: transparent;
    transition: fill 0.2s;
}
#map path:hover {
    fill: rgba(0,0,0,0.2);
    cursor: pointer;
}
.apercuBloc {
    display: none;
    background-color: white;
    border: 1px solid gray;
    border-radius: 2px;
    position: absolute;
    bottom: 17px;
    left: 10px;
    height: 250px;
    width: 220px;
    z-index: 50;
    padding-top: 8px;
}
.apercu {
    display: none;
    text-align: center;
    line-height: 12px;
    position: absolute;
    bottom: 17px;
    left: 10px;
    z-index: 52;
    height: 250px;
    width: 220px;
    box-shadow: 0 2px 6px darkgray;
    padding-top: 8px;
}
.apercu img {
    width: 100px;
}
.scale {
    position: fixed;
    bottom: 70px;
    right: 25px;
    font-family: sans-serif;
    font-size: 1.6em;
    text-align: center;
    background-color: white;
    border: 1px solid gray;
    border-radius: 2px;
    box-shadow: 0 2px 6px darkgray;
    z-index: 56;
}
#zoom {
    padding: 8px 10px;
    margin: 0;
    line-height: 1.1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#unzoom {
    font-size: 1.4em;
    padding: 0px 10px;
    margin: 0;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
}
#zoom:hover,
#unzoom:hover {
    color: green;
    cursor: pointer;
}
#infoTouch {
    display: none;
    font-family: sans-serif;
    font-size: 0.5em;
}

@media all and (min-width: 992px) and (min-device-width: 992px)
/* md */
{
    #map {
        -webkit-transform: scale(0.55);
        -ms-transform: scale(0.55);
        -o-transform: scale(0.55);
        -moz-transform: scale(0.55);
        transform: scale(0.55);
        top: -920px;
        left: -2000px;
    }
    .apercuBloc {
        bottom: 20px;
        left: 20px;
    }
    .apercu {
        bottom: 20px;
        left: 20px;
    }
}
@media all and (min-width: 1200px) and (min-device-width: 1200px)
/* lg */
{
    #map {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        -moz-transform: scale(0.6);
        transform: scale(0.6);
        top: -820px;
        left: -1780px;
    }
    .apercuBloc {
        bottom: 25px;
        left: 30px;
        height: 340px;
        width: 280px;
    }
    .apercu {
        line-height: 16px;
        bottom: 25px;
        left: 30px;
        height: 340px;
        width: 280px;
    }
    .apercu img {
        width: 160px;
    }
}
@media all and (min-width: 1500px) and (min-device-width: 1500px)
/* xl */
{
    #map {
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        -o-transform: scale(0.4);
        -moz-transform: scale(0.4);
        transform: scale(0.4);
        top: -650px;
        left: -1500px;
    }
}
@media all and (min-width: 2560px) and (min-device-width: 2560px)
/* xxl */
{
    #map {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        -moz-transform: scale(0.5);
        transform: scale(0.5);
        top: -580px;
        left: -1220px;
    }
}

/* Infos sur le traitement des images (logiciel Affinity Photo) 
IMAGES
- Ouvrir properties.afphoto : 1024 x 768 px - 72DPI- RVB/8 - portrait (type : Web, préréglage : XCA (1024 x 768, 4:3)
- Ouvrir les scans dans Affinity et les copier
- Coller dans le nouveau fichier puis redimensionner, centrer
- Réglage du Niveau : cocher le niveau et recoloration
- Passer un coup de pinceau blanc pour rendre le fond uniforme
- Exporter en JPEG qualitée élevée 85%

MAP
- Ouvrir map réduite.afphoto
- Ouvrir les scans dans Affinity et les copier
- Coller dans le nouveau fichier puis redimensionner, déplacer pour ajuster à l'ancienne map
- Fusioner en 1 image, essayer contraste automatique et Seuil (Défaut) seuil=65% opacité=40%. 
- Passer un coup de pinceau blanc pour rendre le fond uniforme

- Font : Frente H1 - Noir à 85% pour les fonts à 36pt et noir pour les autres fonts
- Export du document map reduite -> jpg - 5000px x 2455px - qualité : élevée 85%
- Export du document map grande -> jpg - 6000px x 3058px - qualité :

- Cocher les parcelles nouvelles à exporter pour ajout au code (calque parcelles pour export) et masquer les autres calques -> export svg
*/
