/*
Theme Name: Covitin
Description: Site Covitin
Author: Caractère-Advertising
*/


/* =Reset default browser CSS
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0px;
	vertical-align:top;
}

h1, h2, h3, h4, h5, h6 {
	clear: none;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

sup{
	vertical-align: super; font-size: 50%;
}

a{
	outline:none;
	color:#009bd5;
}

.clear{
	clear:both;
}

/**
font-family: 'Lato', sans-serif;
font-family: 'Oswald', sans-serif;

-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;

-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);

**/

/**********************************FIN RESET***********************/

body,html{
    position: relative;
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif;
    font-size:15px;
    font-weight: 300;
}

#page{
    position: relative;
    width: 100%;
    height: 100%;
}

.w-1180{
    max-width: 1180px;
    margin:auto;
}

strong{
    font-weight: 700;
}

/*****************LINETOP***************/

div.line-top{
    position: relative;
    background-color:#2e2d30;
    color:white;
    z-index: 5;
}

p.macon{
    float:left;
    line-height: 40px;
    font-size:15px;
}

div.reseaux{
    float:right;
}

div.reseaux > p{
    line-height: 40px;
    font-size:15px;
    float:left;
}

div.reseaux > p > span{
    color:#97bf0d;
    font-weight: 800;
}

div.reseaux > a.facebook{
    background:url(./img/facebook.png) no-repeat center bottom #97bf0d;
    width:40px;
}

div.reseaux > a.immoweb{
    background:url(./img/immoweb.png) no-repeat center bottom #97bf0d;
    width:75px;
}

div.reseaux > a {
    display: block;
    float:left;
    margin-left:10px;
    color:white;
    height: 40px;
    background-position:center bottom;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

div.reseaux > a:hover{
    background-position: center top;
}

/*********************HEADER NAV****************/

header#masthead{
    background-color:#97bf0d;
    position: relative;
    z-index: 6;
}

h1#logo{
    position: absolute;
    display: block;
    width:230px;
    height:220px;
}

h1#logo-footer{
    position: absolute;
    display: block;
    width:172px;
    height:157px;
}

h1#logo > a{
    text-indent: -9999px;
    display: block;
    width:100%;
    height: 100%;
    background:url(./img/covitin.png) no-repeat bottom center;
}

h1#logo-footer > a{
    text-indent: -9999px;
    display: block;
    width:100%;
    height: 100%;
    background:url(./img/covitin.png) no-repeat bottom center;
    background-size: 100% auto;
}

nav#menu_container ul{
    text-align: right;
    font-size:0px;
}

nav#menu_container ul > li{
    display: inline-block;
}

nav#menu_container ul > li > a{
    display: block;
    padding:25px 15px 25px 15px;
    color:white;
    font-size:15px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-left:1px solid #cddb29;
}

nav#menu_container ul > li:last-child > a{
    border-right:1px solid #cddb29;
}

nav#menu_container ul > li:hover > a, nav#menu_container ul > li.current_page_item > a {
    color:#97bf0d;
    background-color:white;
}

a.devis{
    display: block;
    position: absolute;
    z-index: 4;
    width:230px;
    height: 120px;
    right:5%;
    text-indent: -9999px;
    background: url(./img/devis.png) center bottom no-repeat;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

a.devis:hover{
    height: 130px;
}

div#content a.devis{
    position: relative;
    margin: auto;
    border:1px solid #cddb29;
    height: 90px;
    background-position: center -35px;
    margin-top:20px;
}

div#content a.devis:hover{
    height: 90px;
}

ul#menu-principale ul.sub-menu{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

nav#menu_container ul > li:hover ul.sub-menu{
    visibility:visible;
    opacity: 1;
}

ul#menu-principale ul.sub-menu > li{
    display: block;
    background-color:white;
}

ul#menu-principale ul.sub-menu > li:hover{
    display: block;
    background-color:#e3e4e4 ;
}

ul#menu-principale ul.sub-menu > li > a{
    color:#58585a;
    text-align: left;
    padding:10px 25px 10px 25px;
    font-size: 14px;
    border-bottom:1px solid #e3e4e4;
    background-color: inherit;
}

/*****************SLIDE****************/

div.cycle-slideshow.home{
    position: relative;
    width: 100%;
    height: 500px;
    z-index: 1;
}

div.cycle-slideshow.home > div{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size:cover;
}

span#prev{
    display: block;
    width:80px;
    height: 80px;
    position: absolute;
    background:url(./img/pager.png) center top no-repeat;
    left:5%;
    top:320px;
    z-index: 5;
    cursor: pointer;
}

span#next{
    display: block;
    width:80px;
    height: 80px;
    position: absolute;
    background:url(./img/pager.png) center bottom no-repeat;
    right:5%;
    top:320px;
    z-index: 5;
    cursor: pointer;
}

div#cycle-2{
    position: relative;
    z-index: 5;
}

/****************RACCOURCIS****************/

section.raccourcis{
    position: relative;
    z-index: 6;
    margin-top:-100px;
}

section.raccourcis > a{
    width:48%;
    margin:1%;
    float:left;
    background-color:white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:20px;
    text-decoration:none;
}

section.raccourcis > a > div{
    background-color:#eceded;
    color:#2e2d30;
    padding:25px;
    text-align: center;
    border-bottom:10px solid #97bf0d;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    min-height:120px;
}

section.raccourcis > a:hover > div{
    background-color:#97bf0d;
    color:#fff;
    border-bottom:10px solid #97bf0d;
}

section.raccourcis > a > div > h2{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size:36px;
    text-transform: uppercase;
    color:#97bf0d;
    margin-bottom:5px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

section.raccourcis > a:hover > div > h2{
    color:#fff;
}

/**********************QUALITES******************/

section.qualites{
    margin-top:50px;
    padding-bottom:50px;
}

section.qualites > div.item{
    float:left;
    width:33.3333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:3%;
    text-align: center;
}

section.qualites > div img{
    display: block;
    margin:auto;
    margin-bottom:5px;
}

section.qualites > div h3{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size:24px;
    text-transform: uppercase;
    color:#97bf0d;
    margin-bottom:5px;
}

/********************PROJET A LA UNE*****************/

section.projet_une{
    padding-top:50px;
    padding-bottom:50px;
    background-color:#f6f6f6;
    background:url(./img/bg-projet.jpg) no-repeat center bottom #f6f6f6;
}

section.projet_une h2{
    font-size:30px;
    max-width: 500px;
    border-bottom:1px solid #97bf0d;
    margin:auto;
    margin-bottom:50px;
    padding:15px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;   
}

.projet_une > div > a{
    display:none;
    float:left;
    width:33.3333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:3%;
    text-decoration: none;
    text-align: center;
    color: white;
    height: auto;
    min-height: 445px;
}

.projet_une > div > a.show, .projet_une > div > a.rester_informer{
    display: block;
    position: relative;
}

.projet_une > div > a.rester_informer div.content-center{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.projet_une > div > a.rester_informer p{
    padding-left:10px;
    padding-right:10px;
    line-height: 24px;
    font-size: 16px;
}

.projet_une > div > a.rester_informer img{
    display: block;
    width: 75px;
    height: 75px;
    margin:auto;
    margin-bottom:10px;
}

.projet_une > div > a.rester_informer span{
    font-size:15px;
    text-transform: uppercase;
    display: inline-block;
    padding:10px 15px;
    background-color:#97bf0d;
    color:white;
    margin-top:35px;
    margin-bottom:25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.projet_une > div > a > div{
    height: auto;
    min-height: 465px;
    background-color:#4c4847;
    border-bottom:5px solid #97bf0d;
    position: relative;
}

.projet_une > div > a > div > img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom:15px;
}

.projet_une > div > a > div > h3{
    font-size:18px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    padding-left:10px;
    padding-right: 10px;
    margin-bottom:0px;
}

.projet_une > div > a > div > p.desc_courte{
    font-size:15px;
    color:#fff;
    padding-left:10px;
    padding-right:10px;
}

.projet_une > div > a > div > span.span-link, .projet_une > div > a > div > p.prix_bien{
    font-size:15px;
    text-transform: uppercase;
    display: inline-block;
    padding:10px 15px;
    background-color:#97bf0d;
    color:white;
    margin-top:35px;
    margin-bottom:25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.projet_une > div > a > div > p.prix_bien{
    font-size:15px;
    background-color:#fff;
    font-weight: 800;
    color:#97bf0d;
}

.projet_une > div > a > div > h4{
    margin-bottom:0px;
    color:#97bf0d;
    font-weight: 800;
    margin-bottom:15px;
    text-transform: uppercase;
}

span.type_bien{
    display: block;
    position: absolute;
    top:10px;
    padding:5px;
    text-transform: uppercase;
    font-weight: 800;
    background-color:#97bf0d;
    color:white;
    right:-10px;
}

a.vendu_bien span.type_bien, a.loue_bien span.type_bien{
    background-color:#c1002f;
}

/*******************FOOTER*******************/

div.footer-top{
    background-color:#97bf0d;
}

nav#menu_container_footer ul{
    text-align: right;
    font-size:0px;
}

nav#menu_container_footer ul > li{
    display: inline-block;
    padding-top:25px;
    padding-bottom:25px;
}

nav#menu_container_footer ul > li > a{
    display: block;
    color:white;
    font-size:14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    padding-left:10px;
    padding-right: 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-left:1px solid #a8af00;
}

nav#menu_container_footer ul > li:last-child > a{
    border-right:1px solid #a8af00;
}

nav#menu_container_footer ul.sub-menu{
    display: none;
}

div.footer-center{
    background:url(./img/bg-footer.jpg) no-repeat center top #494949;
}

div.footer-center > div{
    padding-top:100px;
    padding-bottom:100px;
}

div#map-canvas{
    width:70%;
    height: 160px;
    background-color:#eeeeee;
    float:right;
}

div#map-canvas2{
    width:800px;
    height: 350px;
    background-color:#eeeeee;
    margin:auto;
    margin-bottom:50px;
}

div.coord-left{
    display: block;
    float:left;
    width:25%;
}

p.adresse, p.telephone{
    line-height: 50px;
    color:white;
    background-color:#605b5a;
    margin-top:20px;
    color:white;
}

p.adresse > span{
    display: block;
    float:left;
    width: 50px;
    margin-right:10px;
    height: 50px;
    background:url(./img/localisation.png) no-repeat center #3e3d40;
}

p.telephone > span{
    display: block;
    float:left;
    width: 50px;
    margin-right:10px;
    height: 50px;
    background:url(./img/telephone.png) no-repeat center #3e3d40;
}

div.footer-bottom{
    background-color:#2e2d30;
    padding-top:10px;
    padding-bottom:10px;
}

p.caractere{
    float:left;
    color:#9c9e9f;
}

p.caractere > a{
    color:white;
    text-decoration: none;
}

p.retour_top{
    float:right;
    color:#9c9e9f;
    cursor: pointer;
}

p.retour_top img{
    margin-left:10px;
}

/*******************PAGE**************/

div.header-img{
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

div.wrapper{
    width: 1180px;
    background-color:white;
    margin: auto;
    margin-top:-110px;
    position: relative;
    z-index: 5;
    padding-top:50px;
    padding-bottom: 100px;
}

div.wrapper.galerie_photos{
    margin-top:0px;
}

div.wrapper > h2{
    text-align: center;
    text-transform: uppercase;
    font-size:30px;
    font-weight: 700;
    margin-bottom:10px;
    font-family: 'Lato', sans-serif;
}

div.wrapper > h3{
    text-align: center;
    font-style: italic;
    font-size:16px;
    font-weight: 300;
    color:#73b62f;
    margin-bottom:10px;
    font-family: 'Lato', sans-serif;
    margin-bottom:50px;
}

div.wrapper > img.attachment-page-thumb{
    display: block;
    margin:auto;
    margin-bottom:50px;
    max-width: 800px;
    height: auto;
}

div#content{
    width: 600px;
    margin: auto;
}

body.page-id-358 div#content{
    width: 800px;
    margin: auto;
}

body.page-id-358 div#content hr{
    color:#cecece;
    border:1px solid #cecece;
    margin-top:50px;
    margin-bottom:50px;
}

a.callto_page{
    display: block;
    width:300px;
    height:75px;
    background:url(./img/page-contact2.png) no-repeat center right;
    text-indent: -9999px;
    position: absolute;
    right: 50%;
    margin-right:-430px;
    margin-top:120px;
}

div.filtre_bien{
    width:100%;
    text-align: center;
    margin-bottom:20px;
}

div.filtre_bien > span{
    font-size:15px;
    text-transform: uppercase;
    display: inline-block;
    padding:10px 15px;
    background-color:#b1b3b4;
    color:white;
    margin-bottom:10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left:5px;
    margin-right: 5px;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    cursor:pointer;
}

div.filtre_bien > span.active, div.filtre_bien > span:hover{
    background-color:#97bf0d;
}

/***************STYLE TEXTE****************/

.entry-content{
    color: #565656;
}

.entry-content p{
    font-size: 16px;
    line-height: 25px;
    color: #565656;
    font-weight: 300;
}

div.entry-content * + h1,div.entry-content * + h2,div.entry-content * + h3,div.entry-content * + h4,div.entry-content * + h5{
    margin-top:25px;
    margin-bottom:5px;
}

.entry-content p,
.entry-content pre,
.entry-content ul,
.entry-content ol,
.entry-content address,
.entry-content table,
.entry-content fieldset,
.entry-content form {
	margin-bottom: 10px;
	}

.entry-content table td{
    width:50%;
}

.entry-content > ul li,
.entry-content ol li {
	margin-left: 15px;
	list-style-position: outside;
    margin-bottom:5px;
	}

.entry-content > ul li {
	list-style-type: disc;
	}

.entry-content > ul ul li {
	list-style-type: circle;
    margin-bottom: 0px;
	}

.entry-content > ul ul ul li {
	list-style-type: square;
    margin-bottom: 0px;
	}

.entry-content ol li {
	list-style-type: decimal;
	}

.entry-content ol ol li {
	list-style-type: decimal-leading-zero;
    margin-bottom: 0px;
	}

.entry-content ol ol ol li {
	list-style-type: lower-roman;
    margin-bottom: 0px;
	}

.entry-content blockquote {
	font-style: italic;
	padding-left: 20px;
	margin-left: 10px;
	border-left: 3px solid #0274be;
	}

.entry-content h1, h2, h3, h4, h5, h6 {
	margin-bottom: 25px;
	}

.entry-content h1 { font-size: 26px; line-height: 28px; }
.entry-content h2 { font-size: 21px; line-height: 24px; font-weight: 900; text-transform: uppercase; color:#97bf0d;}
.entry-content h3 { font-size: 14px; text-transform: uppercase; font-weight: 700; line-height: 23px; }
.entry-content h4 { font-size: 15px; line-height: 20px; }
.entry-content h5 { font-size: 12px; line-height: 18px; }
.entry-content h6 { font-size: 10px; line-height: 16px; }

.entry-content pre, , div#content.page pre {
	font-weight: 600;
	background: #F4F4F4;
	border-radius: 4px;
	padding: 20px;
	max-width: 100%;
	overflow: scroll;
	}

.entry-content table thead, div#content.page table thead {
	font-weight: 600;
	background: #F4F4F4;
	margin-bottom: 8px;
	}

.entry-content table th,
.entry-content table tbody td, div#content.page table th, div#content.page table tbody td {
	padding: 8px;
	}

.entry-content table tbody td > a{
    display: block;
}

.entry-content table tbody td > a > img{
    display: block;
    width: 100%;
    height: auto;
}

.entry-content strong{
    color:#97bf0d;
}

/*****************CONTACT*******************/

ul.contact-form li.itemContact{
    font-family: Arial, Helvetica, sans-serif;
    border:0px;
    padding:0px;
    margin:0px;
    background:none;
    display:block;
    margin-bottom:2%;
    list-style-type: none;
    margin-left:0px;
    padding-left:0px;
    color:#58585a;
}

.entry-content ul li.clear{
    clear:both;
    border:0px;
    padding:0px;
    margin:0px;
    background:none;
    list-style-type: none;
}

li.liLeft{
    float:left;
    width:49%;
}

li.liRight{
    float:right;
    width:49%;
}

li.liFull{
    clear:both;
    width:100%;
}

li.liText input, li.liText textarea{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:none;
    border:0px;
    padding:0px;
    margin:0px;
    font-size:15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:300;
    border:1px solid #d9dadb;
    background-color:#e5e6e6;
    color:#4e4c4c;
    width:100%;
    padding:10px;
    margin-top:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

li.liText input:focus, li.liText textarea:focus{
    background-color:white;
    border:1px solid #97bf0d;
}

input#nbr_personne{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:none;
    border:0px;
    padding:0px;
    margin:0px;
    font-size:15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:300;
    border:1px solid #d9dadb;
    background-color:white;
    color:#4e4c4c;
    padding:10px;
    margin-top:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width:50px;
    margin-left:10px;
    margin-right:10px;
}

li.liText input::-webkit-input-placeholder { /* WebKit browsers */
    color:#6d6d6d;
}
li.liText input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#6d6d6d;
   opacity:  1;
}
li.liText input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#6d6d6d;
   opacity:  1;
}
li.liText input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#6d6d6d;
}

li.liSubmit input{
    background-color:#97bf0d;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    text-decoration: none;
    color:white;
    text-align: center;
    margin:auto;
    width: 200px;
    padding:10px 25px 10px 25px;
    font-size:15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top:20px;
    margin-bottom:50px;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor:pointer;
    border:1px solid #97bf0d;
}

li.liSubmit input:hover{
    background-color:white;
    border:1px solid #97bf0d;
    color:#97bf0d;
}

ul.contact-form > li > span > input.wpcf7-not-valid{
    border:1px solid red;
}

span.wpcf7-not-valid-tip, div.wpcf7-validation-errors{
    text-align: center;
    color:red;
    font-size:13px;
}

div.screen-reader-response > ul{
    display: none;
}

div.screen-reader-response{
    color:#dba43f;
    text-align: center;
}

div.wpcf7-mail-sent-ok{
    text-align: center;
    color:green;
}

/**********************SINGLE PROJET*******************/

div.wrapper.projet-single{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:5%;
    padding-right: 5%;
}

div.wrapper.projet-single > h2{
    margin-bottom:0px;
    text-align: left;
}

div.wrapper.projet-single > h3{
    margin-bottom:0px;
    text-align: left;
}

div.list-images{
    width:55%;
    float:left;
    margin-top:20px;
}

div.projet-single > div.wpcf7, div.list_biens_enfant{
    float:right;
    width:40%;
    margin-top:20px;
}

div.list_biens_enfant table{
    width:100%;
}

div.list_biens_enfant tr td{
    padding-top:10px;
    padding-bottom:10px;
    border-bottom: 1px dotted #b1b3b4;
    vertical-align: middle;
}

div.list_biens_enfant tr td.td_title a{
    font-weight: 800;
    text-decoration: none;
    color:inherit;
}

div.list_biens_enfant tr td.td_vendu > span{
    display: inline-block;
    color:white;
    padding:5px;
    font-weight: 800;
    background-color:#c1002f;
}

div.projet-single > div.wpcf7 h2, div.list-images h2, div.list_biens_enfant h2{
    color:#97bf0d;
    font-weight: 18px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom:0px;
}

div.projet-single > div.wpcf7 h3{
    font-size:14px;
    text-transform: uppercase;
    margin-bottom:20px;
    color: #b1b3b4;
}

div.single-entry-content{
    width:100%;
    clear:both;
    padding-top:20px;
}

div.list-images > a{
    display: block;
    width:23%;
    margin:1%;
    float:left;
    height:70px;
    background-size:cover;
}

div.single-entry-content > h2{
    color:#97bf0d;
    font-weight: 18px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom:10px;
}

div.single-entry-content * + h2{
    margin-top:25px;
}

div.visit_virtuel{
    clear:both;
    width: 100%;
    padding-top:20px;
    padding-bottom:50px;
    text-align: center;
}

div.visit_virtuel > a{
    background-color:#97bf0d;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    text-decoration: none;
    color:white;
    text-align: center;
    margin:auto;
    width: 200px;
    padding:10px 25px 10px 25px;
    font-size:15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top:20px;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor:pointer;
    border:1px solid #97bf0d;
}

div.visit_virtuel > a:hover{
    background-color:white;
    border:1px solid #97bf0d;
    color:#97bf0d;
}

/******************GALERIE PHOTOS*********************/

div.galerie-cycle{
    position: relative;
    z-index: 1;
    width:100%;
    height: 70%;
    top:0px;
    overflow: hidden;
}

div.galerie-cycle div{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

div.pager_container{
    position: relative;
    z-index: 2;
    height: 80px;
    padding-top:10px;
    padding-bottom:10px;
    text-align: center;
    max-width:580px;
    margin:auto;
    background-color:white;
}

div.pager_container > div{
    margin:auto;
}

div#cycle-2 img{
    display: inline-block;
    margin-left:2px;
    margin-right: 2px;
    height: 80px;
    width: auto;
    cursor:pointer;
}

div.pager_container > div.pager_carrousel{
    position: absolute;
    z-index: 1;
    margin-top:-70px;
    cursor: pointer;
    width:700px;
    left:50%;
    margin-left:-350px;
}

div.pager_carrousel img.left{
    display: block;
    float:left;
}

div.pager_carrousel img.right{
    display: block;
    float:right;
}

/*********AUTRE*************/

div.slb_data_content{
    display: none;
}

#video-inspirations, #content_popup{
    position: fixed;
    display: none;
    z-index: 9999;
    top:50%;
    left:50%;
    max-width: 95%;
    height: auto;
    -ms-transform: translate(-50%,-50%); /* IE 9 */
    -webkit-transform: translate(-50%,-50%); /* Safari */
    transform: translate(-50%,-50%);
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */  
}

@-webkit-keyframes appeared {
    0% { display: none; opacity: 0; filter: alpha(opacity=0);}
    20% { display: block; opacity: 0; filter: alpha(opacity=0); }
    100% { opacity: 1; filter: alpha(opacity=100); }
}
@-moz-keyframes appeared {
    0% { display: none; opacity: 0; filter: alpha(opacity=0);}
    20% { display: block; opacity: 0; filter: alpha(opacity=0); }
    100% { opacity: 1; filter: alpha(opacity=100); }
}
@-o-keyframes appeared {
    0% { display: none; opacity: 0; filter: alpha(opacity=0);}
    20% { display: block; opacity: 0; filter: alpha(opacity=0); }
    100% { opacity: 1; filter: alpha(opacity=100); }
}
@keyframes appeared {
    0% { display: none; opacity: 0; filter: alpha(opacity=0);}
    20% { display: block; opacity: 0; filter: alpha(opacity=0); }
    100% { opacity: 1; filter: alpha(opacity=100); }
}

#video-inspirations.active, #content_popup.active{
    animation-duration: 1s;
    animation-name: appeared;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

span.close{
    display: block;
    color: white;
    padding: 20px;
    font-size: 40px;
    position: absolute;
    z-index: 99999;
    right: 0px;
    top: 0px;
    background-color: #97bf0d;
    font-weight: 800;
    cursor: pointer;
    animation-duration: 1s;
    animation-name: appeared;
}

div.close{
    position: fixed;
    width:100%;
    height: 100%;
    background-color:rgba(0,0,0,0.8);
    z-index: 99;
    animation-duration: 1s;
    animation-name: appeared;
}

a.popupcontact, a.popupcontact2{
    position: absolute;
    z-index: 99999;
    right: 0px;
    top: 75px;
    width: 260px;
    height: 70px;
    background-image: url(./img/devis.png);
    display: none;
}

a.popupcontact.active, a.popupcontact2.active{
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    animation-duration: 1s;
    animation-name: appeared;
}