/*
Theme Name:         vde
Theme URI:          http://www.nim80.com
Description:        By nim
Version:            1.0.0
Author:             Nim <courrier@netinfosmedias.com>
Author URI:         http://www.netinfosmedias.com
Text Domain:        vde
*/

/********** Home : Génération Val d'Europe ***********/
section.generation-vde .divider {
	margin-top: 15px;
	margin-bottom: 15px;
}
section.generation-vde .generation-val-deurope .img-generation-val-deurope {
	margin-bottom: 50px;
}
/*Menu*/
section.generation-vde .generation-val-deurope .menu-generation-vde div {
	display: inline-block;
}
section.generation-vde .generation-val-deurope .menu-generation-vde .material-icons {
	border: 1px solid #3c3c3b;
	padding: 4px;
	border-radius: 50%;
	margin-right: 10px;
}
section.generation-vde .generation-val-deurope .menu-generation-vde {
	color: #3c3c3b;
	font-family: Oswald;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
}
section.generation-vde .generation-val-deurope .menu-generation-vde > div {
	margin-right: 20px;
	cursor: pointer;
}
/*Texte*/
section.generation-vde .generation-val-deurope .chiffre {
	font-family: Oswald;
	font-size: 63px;
	font-weight: 700;
	line-height: 73px;
}
section.generation-vde .generation-val-deurope .title > p {
	font-family: Oswald;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	/*Limite le titre à 2 lignes*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

	/* Firefox */
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	position: relative;
}


section.generation-vde .generation-val-deurope .excerpt > p {
	/*Limite le texte à 3 lignes*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;	

	/* Firefox */
	height: 50px;
	line-height: 1.4em;
	overflow: hidden;
	position: relative;
}

/*Image right*/
section.generation-vde .generation-val-deurope .thumbnail img {
	width: 400px;
	height: 400px;
}

	

/********** Home : Welcome Kit ***********/
section.generation-vde .welcome-kit {
	margin:10px auto;
    overflow:hidden;
}
section.generation-vde .welcome-kit-left {
	height: 368px;
	color: #FFF;
	background-color: #9ccab4;
	padding: 60px;
	position: relative;
	float: left;
    width: calc(100% - 425px);/*Taille des 2 images + la marge*/
    margin-right: 5px;
    display: table-cell;
	font-size: 14px;
}
section.generation-vde .welcome-kit-left img {
	margin-bottom: 30px;
}

section.generation-vde .welcome-kit-right {
	float: right;
	width: 420px;
    display: table-cell;
}
.welcome-kit-right a {
	position: relative;
}
section.generation-vde .welcome-kit-right .welcome-kit-habitants img:hover, section.generation-vde .welcome-kit-right .welcome-kit-entreprises img:hover {
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
 }
section.generation-vde .welcome-kit-right .btn {
	position : absolute;
	z-index: 2;
	width: 143px;
	left: 32px;
	padding: 0;
	bottom: 44px;
	background-color: #9ccab4;
	color: #FFF;
	font-family: Oswald;
	font-size: 21px;
	font-weight: 700;
	border: none;
	text-transform: uppercase;
}
/********** Home : Sidebar 2 Article ***********/
section.generation-vde .article-sidebar-2 {
	width: 200px;
	margin: 0 auto;
	margin-bottom: 60px;
}
section.generation-vde .article-sidebar-2 h3 {
	color: #db665b;
	font-family: "Open Sans";
	font-size: 19px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
}
section.generation-vde .article-sidebar-2 p {
	color: #474747;
	/*Limite le texte à 4 lignes*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;

	/* Firefox */
	height: 5.6em;
	line-height: 1.4em;
	overflow: hidden;
	position: relative;
}


section.generation-vde .article-sidebar-2 img {
	width: 200px;
	height: 200px;
}

/********** Home : Sidebar 2 Réseaux Sociaux ***********/
section.generation-vde .rs-sidebar-2 {
	/*width: 200px;*/
	margin: 0 auto;
	margin-top: 0px;
}
section.generation-vde .rs-sidebar-2 h4 {
	color: #474747;
	font-family: Oswald;
	font-size: 31px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
section.generation-vde .rs-sidebar-2 .menu-menu-rs-container ul li a {
	color: #474747;
}
section.generation-vde .rs-sidebar-2 .menu-menu-rs-container ul li a i.fa {
	font-size: 30px;
	margin-bottom: 20px;
}
section.generation-vde .rs-sidebar-2 .menu-menu-rs-container ul li a span {
	color: #3c3c3b;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 400;
}
section.generation-vde .rs-sidebar-2 .menu-menu-rs-container ul li a i.fa-facebook span {
	margin-left: 20px;
}
section.generation-vde .rs-sidebar-2 .menu-menu-rs-container ul li a i.fa-twitter span {
	margin-left: 10px;
}
section.generation-vde .rs-sidebar-2 .menu-menu-rs-container ul li a i.fa-youtube span {
	margin-left: 14px;
}
section.generation-vde .rs-sidebar-2 .menu-menu-rs-container ul li a i.fa-instagram span {
	margin-left: 14px;
}




/********** Archive : Content Single ***********/
section.content-single .img-large {
	margin-bottom: 40px;
}
section.content-single h1 {
	margin-top: 0;
	width: 80%;
	color: #474747;
	font-family: Oswald;
	font-size: 56px;
	font-weight: 700;
	line-height: 64px;
}
section.content-single .divider {
	width: 349px;
	background-color: #474747;
	margin-top: 40px;
	margin-bottom: 40px;
}
section.content-single .publish-date {
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}
section.content-single .category {
	text-transform: uppercase;
}
section.content-single .excerpt {
	color: #3c3c3b;
	font-family: "Abhaya Libre";
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
section.content-single {
	color: #3c3c3b;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
}
section.content-single h2 {
	color: #474747;
	font-family: Oswald;
	font-size: 30px;
	font-weight: 700;
	line-height: 34px;
}
section.content-single h3 {
	color: #474747;
	font-family: Oswald;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;	
}
section.content-single strong {
	font-weight: 900;
}
section.content-single #main-content img.alignleft {
	float: left;
	margin-right: 20px;
}
section.content-single #main-content img.alignright {
	float: right;
	margin-left: 20px;
}
section.content-single #main-content ul {
	padding-left: 30px;
}
section.content-single #main-content ul li {
	list-style-type: disc;
}
/*section.content-single article .simplefavorite-button, section.content-single article .social-share {
	margin-top: 70px;
}*/
section.content-single article .social-share {
	float: right;
}
section.content-single article .social-share i {
	color: #3c3c3b;
	font-size: 25px;
	margin-left: 20px;
	cursor: pointer;
}


/********** Archive : Content Archive ***********/
section.archive {
	padding-top: 50px;
	padding-bottom: 50px;
}
section.content-archive .event_date {
	/*border: 1px solid #474747;*/
	border: 1px solid #e0e0e0;
    border-radius: 1px;
    width: 70px;
    height: 80px;
    position: absolute;
	margin-left: 0px;
    margin-top: -13px;
    background-color: #FFF;
}
section.content-archive .page-title {
	color: #474747;
	font-family: Oswald;
	font-size: 56px;
	font-weight: 700;
	line-height: 64px;
}
section.content-archive .page-title div {
	margin-top: 40px;
	margin-bottom: 40px;
}

section.content-archive .divider {
	width: 349px;
	background-color: #474747;
}
section.content-archive article {
	height: 500px;
	font-family: 'Open Sans';
}
section.content-archive article a {
	color: #474747;
}
section.content-archive article img {
    width: 250px;
    height: auto;
    min-height: 204px;
    max-height: 250px;
}
section.content-archive article h2 {
	font-family: Oswald;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	/*Limite le texte à 2 lignes*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

	/* Firefox */
	height: 56px;
	line-height: 28px;
	overflow: hidden;
	position: relative;
}
section.content-archive article p {
	margin-bottom: 20px;
	/*Limite le texte à 3 lignes*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

	/* Firefox */
	height: 50px;
	line-height: 1.4em;
	overflow: hidden;
	position: relative;
}


/********** Archive : Content Archive ***********/
section.content-search h1.search-term {
	font-size: 2.2rem;
}

/********** Sidebar : Archive Single ***********/
section.sidebar-single-archive {
	padding-left: 40px;
	border-left: 1px solid #e0e0e0;
}
section.sidebar-single-archive .arrow-left, section.sidebar-single-archive .arrow-right {
	margin-top: 40px;
	cursor: pointer;
}
section.sidebar-single-archive .row_bref_item article img {
	width: 78px;
	height: 78px;
}
section.sidebar-single-archive .date {
	font-family: "Abhaya Libre";
	font-size: 15px;
	font-weight: 700;
	line-height: 13px;
}
section.sidebar-single-archive .img-ma-vie-pratique, section.sidebar-single-archive .bref_viepratique {
	display: none;
}
section.sidebar-single-archive .row_bref_item article {
	padding-bottom: 10px;
}
section.sidebar-single-archive .row_bref_item article .bref_title {
	/*Limite le texte à 3 lignes*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

	/* Firefox */
	height: 48px;
	line-height: 1.4em;
	overflow: hidden;
	position: relative;
}
section.sidebar-single-archive .lien-actualites a {
	color: #474747;
	font-family: "Abhaya Libre";
	font-size: 13px;
	font-weight: 700;
	line-height: 12px;
}
section.sidebar-single-archive .divider {
	margin-top: 40px;
	margin-bottom: 40px;
}
/*Evénements à venir*/
section.sidebar-single-archive h4 {
	color: #474747;
	font-family: Oswald;
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.collapsible .event_extrait p {
	/*Limite le texte à 3 lignes*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

	/* Firefox */
	max-height: 45px;
	line-height: 1.4em;
	overflow: hidden;
	position: relative;
}
.lien-evenements {
	margin-top: 20px;
}
.lien-evenements a {
	color: #474747;
	font-family: "Abhaya Libre";
	font-size: 13px;
	font-weight: 700;
	line-height: 12px;
}

/********** Footer ***********/
footer.page-footer {
	font-size: 12px;
	font-family: 'Open Sans';
	color: #3c3c3b;
	padding-top: 60px;
}
footer.page-footer .opacity-light {
	opacity: 0.78;
}
footer.page-footer {
	background-color: #F1F1F1;
}


footer.page-footer .plan-site, footer.page-footer .plan-site2 {
	padding-left: 5%;
}
footer.page-footer .plan-site ul {
  	-moz-column-count: 4;
    -moz-column-gap: 15px;
    -webkit-column-count: 4;
    -webkit-column-gap: 15px;
    column-count: 4;
    column-gap: 15px;
}
footer.page-footer .plan-site ul li, footer.page-footer .plan-site2 ul li {
	/*margin-bottom: 10px;*/
	line-height: 25px;
}
footer.page-footer .plan-site ul li a, footer.page-footer .plan-site2 ul li a {
	color: #3c3c3b;
}
footer.page-footer .plan-site2 ul {
  	-moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
}

footer.page-footer .nous-contacter {
	padding-left: 2%;
}
footer.page-footer .nous-contacter .phone {
	border: 2px solid #3c3c3b;
	border-radius: 50%;
	margin-left: 5px;
 	margin-right: 5px;
}

/*Footer copyright*/
footer.page-footer .footer-copyright {
	background-color: #F1F1F1;
	font-weight: 300;
	font-size: 10px;
	color: #3c3c3b;
}
footer.page-footer .footer-copyright .all-rights {
	opacity: 0.47;
}
footer.page-footer .footer-copyright .design-by {
	/*padding-left: 10%;*/
}
footer.page-footer .footer-copyright .design-by a {
	font-weight: 400;
	color: #3c3c3b;
}

/********** Page : J'ai Envie ***********/
section.content-jai-envie h1 {
	margin-top: 0;
	width: 80%;
	color: #474747;
	font-family: Oswald;
	font-size: 56px;
	font-weight: 700;
	line-height: 64px;
}
section.content-jai-envie .divider {
	width: 349px;
	background-color: #474747;
	margin-top: 40px;
	margin-bottom: 40px;
}
section.content-jai-envie .form_recherche .search-field {
	width: 95%;
	height: 30px;
    font-size: 1.5rem;
	border-bottom: none;
	background-color: #f6f6f6; 
	padding: 7px;
}

section.content-jai-envie .form_recherche .search-field:focus:not([readonly]){
	border-bottom: none;
}
section.content-jai-envie .form_recherche .fa-search {
	margin-top: 22px;
	margin-left: -27px;
	font-size: 20px;
}
section.content-jai-envie .lst-filter-categories {
	margin-top: 20px;
	margin-bottom: 20px;
}

.searchformenvie_checkbox {
	float: left;
	width: 33%;
}

section.content-jai-envie .lst-filter-categories [type="checkbox"]+label {
	margin-right: 10px;
}
section.content-jai-envie .lst-filter-categories [type="checkbox"]:checked+label:before {
	border-right: 2px solid #e3766b;
	border-bottom: 2px solid #e3766b;
}

/********** Page : Magazine ***********/
section.mag {
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	margin-top: 70px;
	margin-bottom: 50px;
	box-shadow: 1px 1px 12px #A6A6A6;
	padding: 30px;
	position: relative;
}

section.mag .img-logo-mag {
	width: 250px;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	top: -55px;
	left: 50%;
  	transform: translateX(-50%);
}
section.mag .btn-close {
	position: absolute;
	color: #A6A6A6;
	background-color: #FFF;
	font-size: 40px;
	top: -22px;
	right: -18px;
}
/*Menu*/
ul.menu-mag .img-mag {
	max-height: 150px;
	max-width: 115px;
}
ul.menu-mag {
	background-color: #3c3c3b;
	color: #FFF;
}
ul.menu-mag .div-title-mag > div, ul.menu-mag .div-title-mag > img {
	display: inline-block;
}
ul.menu-mag .title-mag {
	color: #ffffff;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
}
ul.menu-mag .arrow {
	cursor: pointer;
}
ul.menu-mag .arrow-left {
	margin-right: 10px;
}
ul.menu-mag .arrow-right {
	margin-left: 10px;
}
ul.menu-mag a {
	color: #FFF;
}
ul.menu-mag .lst-articles-mag {
	margin-top: 20px;
}
ul.menu-mag .lst-articles-mag {
  	/*-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;

	-webkit-column-width: 150px;
	-moz-column-width: 150px;
	column-width: 140px;*/
}
ul.menu-mag .lst-articles-mag li {
	/*height: 150px;*/
}
ul.menu-mag .lst-articles-mag a {
	height: auto;
	line-height: 20px;
	color: #ffffff;
	font-family: "Open Sans";
	font-size: 12px;
}
ul.menu-mag .lst-articles-mag a:hover {
	background-color: #3c3c3b;
}
ul.menu-mag .lst-articles-mag a .menu-mag-titre {
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 18px;
}
/*ul.menu-mag .lst-articles-mag a .menu-mag-titre span {
	padding: 5px;
}*/
ul.menu-mag .lst-articles-mag a .menu-mag-titre span.selected {
	background-color: #CABAA1;
}
ul.menu-mag .lst-articles-mag a .menu-mag-extrait {
	font-weight: 400;
	margin-bottom: 30px;
}
/***************************** Page 404 *******************************/
div.contenu-404 {
	background: url('img/background-404.png');
	height: 768px;
	padding: 25px;
}
section.error {
	width: 100%;
	height: 100%;
	border: 2px solid #3c3c3b;
}
section.error .text-404 {
	margin-top: 13%;	
}
section.error .btn-retour-menu .logo{
	width: 293px;
	height: 79px;
}
section.error p.perdu {
	color: #3c3c3b;
	font-family: Oswald;
	font-size: 84px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 30px;
}
section.error .erreur-404 {
	color: #3c3c3b;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 600;
	line-height: /*s*/;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 10px;
	margin-bottom: 130px;
}
section.error .btn-retour-menu {
	background: url('img/btn_retour_menu_bg.png');
	background-repeat: no-repeat;
	background-position: center center; 
	width: 252px;
	color: #ffffff;
	font-family: Oswald;
	font-size: 20px;
	font-weight: 700;
	line-height: 35px;
	text-transform: uppercase;
	width: 252px;
	padding: 4px 38px;
}
/***************************** Formulaire de Contact *******************************/

.wpcf7-form {
	margin-right: 15px;
}

.wpcf7-form label {
	color: #3c3c3b;
    font-family: "Open Sans";
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.wpcf7-form input, .wpcf7-form input:focus:not([readonly]) {
	background-color: #f6f6f6;
	border-bottom: 0;
	box-shadow: none;
	font-weight: 400;
}

.wpcf7-form .wpcf7-textarea {
	height: 150px;
	background-color: #f6f6f6;
	border: 0;
	outline-style: none;
}

.wpcf7-form input[type="file"] {
	margin-top: 10px;
}

.wpcf7-form .g-recaptcha {
	margin-top: 15px;
}


.wpcf7-form [type="submit"] {
	background-color: transparent;
	font-family: Abhaya Libre;
	font-weight: 800;
	border: 1px solid #3c3c3b;
	border-radius: 1px;
	color: #3c3c3b;
	text-transform: none;
	box-shadow: none;
	padding: 8px 30px;
	margin-top: 15px;
}
/***************************** Format tablette *******************************/
@media (min-width:601px) and (max-width:992px) {
	section.sidebar-single-archive .img-ma-vie-pratique, section.sidebar-single-archive .bref_viepratique {
		display: block !important;
	}
	/*Sidebar*/
	section.sidebar-single-archive {
		padding-left: 0;
		border-left: 0;
	}
}
/***************************** Format mobile *******************************/
@media (max-width: 600px) {
	/*Mag*/
	ul.menu-mag .img-logo-mag-menu {
		width: 150px;
	}
	ul.menu-mag {
		width: 90% !important;
	}
	ul.menu-mag .lst-articles-mag {
	  	-moz-column-count: 1;
	    -webkit-column-count: 1;
	    column-count: 1;
	}
	section.mag .img-logo-mag {
		top: -30px;
		width: 150px;
	}
	section.mag .div-btn-sommaire {
		text-align: center;
		margin-top: 20px;
	}
	section.mag .btn-close {
		background-color: transparent;
	    font-size: 20px;
	    top: -9px;
	    right: -7px;
	}
	/*Page*/
	h1, .page-title {
		font-size: 3em !important;
		line-height: 40px !important;
	}
	.content-single img {
		width: 100%;
		height: auto;
	}
	/*Archive*/
	.divider {
		width: auto !important;
	}
	/*Sidebar*/
	section.sidebar-single-archive {
		padding-left: 0;
		border-left: 0;
	}
	section.sidebar-single-archive .row_bref_btn {
		text-align: center;
		padding-bottom: 4em;
	}
	/*map*/
	.page-template-default .map-vde {
		height: 200px;
	}
	/*page 404*/
	div.contenu-404 {
		height: auto;
	}
	section.error .logo {
		width: 60%;
	}
	section.error p.perdu {
		font-size: 35px;
		line-height: 35px;
		margin-bottom: 15px;
	}
	section.error .erreur-404 {
		margin-bottom: 30px;
	}
	section.error .btn-retour-menu {
		font-size: 14px;
		padding: 4px 14px;
	}
}