@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400;600&family=Figtree:wght@300;400;500;700&display=swap');

/* font-family: 'Cormorant', serif;
font-family: 'Figtree', sans-serif; */
.tac.mt10{text-align: center;margin-top: 10px;clear: both;}
body{
	font-family: 'Figtree', sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 16px;
}

.wrap{
	width: 1220px;
	max-width: 100%;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Figtree', sans-serif;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #a6a6a6;
	font-style: italic;
	font-size:16px;
	text-transform: none;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
	color: #a6a6a6;
	font-style: italic;
	font-size:16px;
	text-transform: none;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
	color: #a6a6a6;
	font-style: italic;
	font-size:16px;
	text-transform: none;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
	color: #a6a6a6;
	font-style: italic;
	font-size:16px;
	text-transform: none;
}

.menu-ico{display: none;}

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 10px;
	z-index: 999;
	transition: all .4s;
}

header.scrolled{
	background-color: rgba(20,20,20,.9);
	padding-top: 20px;
}

header nav{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 30px;
	position: relative;
	transition: all .4s;
}

header.scrolled nav{
	padding-bottom: 15px;
}

header nav a{
	text-transform: uppercase;
	font-family: 'Cormorant', serif;
	font-weight: 600;
	font-size: 15px;
	margin: 0 15px;
	color: #fff !important;
	position: relative;
	text-decoration: none !important;
	transition: all .4s;
}

header nav a:hover{
	color: #9b783c !important;
}

header nav a.selected{
	color: #9b783c !important;
}

header nav a.selected:after{
	content: "";
	background-image: url("../images2/arrow.png");
	-webkit-background-size: cover;
	background-size: cover;
	display: block;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 68px;
	height: 27px;
	transition: all .4s;
}

header.scrolled nav a.selected:after{
	width: 34px;
	height: 13px;
	bottom: -15px;
}

.banner{
	background-image: url("../images2/banner.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	padding: 180px 0px 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.banner a.logob{
	display: block;
	width: 690px;
	margin-bottom: 100px;
}

.banner a.logob img{
	display: block;
	width: 100%;
}

a.bouton{
	display: inline-block;
	color: #000 !important;
	text-decoration: none !important;
	font-weight: 500;
	padding-top: 5px;
	padding-bottom: 0;
	font-size: 16px;
	transition: all .4s;
}
a.bouton:hover{
	padding-top: 0;padding-bottom: 5px;
}

a.bouton.white{color: #fff !important;}

a.bouton img{
	display: block;
	margin-left: auto;margin-right: auto;
	margin-top: 7px;
	width: 65px;
	transform-origin: top center;
	transition: all .3s;
}

a.bouton:hover img{
	transform: scale(0.7) translateY(-5px);
}

footer{
	background-color: #fff;
	padding: 60px 0px 20px;
}

footer .wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	text-align: center;
}

.logocont{
	text-align: left;
	width: 590px;
}

.logocont a img{
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

a.telf{
	font-weight: 700;
	color: #000 !important;
	text-decoration: none !important;
	font-size: 34px;
}

.agencef{
	width: 115px;
}

.agencef img{
	display: block;
	width: 100%;
}

footer h3, footer p.quartiers{
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0;
	font-size: 13px;
}

footer h3{
	margin-top: 80px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
}

.footer_copy{margin-top: 30px;}

.serviceshome{
	padding: 120px 0 130px;
	text-align: center;
}

.dark{
	background-color: #000;
	color: #fff;
}

.smtitle{
	text-transform: uppercase;
	font-size: 16px !important;
	font-family: 'Cormorant', serif;
	font-weight: 600 !important;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 25px !important;
	padding-left: 0 !important;padding-right: 0 !important;
}

.bigtitle, .prop-bg h1.pageh1, h1.h1styled{
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 35px;
}

.prop-bg h1.pageh1, h1.h1styled{margin-top: 30px;}

.serviceshome p{
	line-height: 2;
	margin-top: 0;
	margin-bottom: 35px;
	width: 70%;
	margin-left: auto;margin-right: auto;
}

.profilhome{
	color: #fff;
	background-image: url("../images2/texture.jpg");
	-webkit-background-size: cover;
	background-size: cover;
}

.profilhome .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.profilhome .img{
	width: 530px;
	max-width: 100%;
}

.profilhome .img img{
	display: block;
	width: 100%;
}

.profilhome .text{
	width: calc(100% - 630px);
	text-align: center;
}

img.invert{
	filter: invert(1) brightness(10);
}

img.logotxt{
	display: block;
	margin-bottom: 30px;
	max-width: 100%;
	width: 485px;
}

.profilhome p{
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.5;
	text-align: left;
}

.prophome{
	padding-top: 110px;
	padding-bottom: 60px;
	text-align: center;
}

.prophome .wrap{
	box-sizing: border-box;
	padding-left: 50px;padding-right: 50px;
}

.prophome .gridprop{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap:35px;
}

a.propa, .propdiv{
	position: relative;
	text-decoration: none !important;
	color: #fff !important;
}

a.propa:after, .propdiv:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%);
	opacity: .7;
	transition: all .4s;
}

a.propa:hover:after{opacity: 1;}

img.marq_vendu{
	max-width: 55%;
	display: block;
	height: auto !important;
}

img.propimg{
	display: block;
	width: 100%;
}

.rollprop{
	position: absolute;
	z-index: 2;
	text-align: left;
	bottom: 0;left: 0;
	box-sizing: border-box;
	padding: 10px;
}

.rollprop h3, .rollprop p{
	margin: 0;
	font-weight: 300;
	font-size: 13px;
	margin-top: 5px;
}

.rollprop h3{
	font-weight: 400;
	font-size: 15px;
}

.prophome .gridprop{margin-bottom: 50px;}

.prophome .gridprop+h3{
	margin-top: 100px;
}

.projetshome{
	background-color: #000;
	color: #fff;
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr;
}

.projetshome .text{
	
}

.projetshome .text+.text{text-align: right;}
.projetshome .text div{
	display: inline-block;
	width: auto;
	max-width: 600px;
	box-sizing: border-box;
	padding: 30px 80px;
	text-align: center;
}

.projetshome .text>div>*{text-align: left;}

.projetshome .img img{
	display: block;
	width: 100%;
}

.projetshome h4{
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 400;
}

.projetshome p{
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 30px;
}

.ctas{
	margin-top: 140px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	background-color: #9b783c;
	color: #fff;
	text-align: center;
}

.serviceshome+.ctas{margin-top: 0;}

.ctas .cta{
	padding: 140px 0px 100px;
	text-align: right;
}

.ctas .cta>div{
	display: inline-block;
	width: auto;
	max-width: 600px;
	box-sizing: border-box;
	padding: 0px 80px;
	text-align: center;
}

.ctas .cta+.cta{
	background-image: url("../images2/acta.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	text-align: left;
}

.vendues{
	padding: 100px 0;
	text-align: center;
}

.vendues .wrap{
	box-sizing: border-box;
	padding-left: 50px;padding-right: 50px;
}

.gridslidercont>.gridslider{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap:35px;
}

.gridslidercont{
	margin-bottom: 40px;
	position: relative;
}

.gridslidercont .bx-controls-direction a{
	position: absolute;
	top: 50%;
	right: -30px;
	background-image: url("../images2/next.png");
	-webkit-background-size: cover;
	background-size: cover;
	width: 11px;
	height: 20px;
	transform: translateY(-50%);
}

.gridslidercont .bx-controls-direction a:first-child{
	left: -30px;
	right: auto;
	transform: scaleX(-1) translateY(-50%);
}

.partenariat{
	background-color: #000;
	color: #fff;
	padding: 80px 0;
}

.temhome{
	padding: 80px 0;
	text-align: center;
}

.temhome p{
	max-width: 70%;
	margin-left: auto;margin-right: auto;
	line-height: 2;
	margin-top: 0;
	margin-bottom: 0px;
}

.temhome p+p{margin-bottom: 30px;}

.margin_bottom_0 {
    margin-bottom: 0 !important;
}
.item_projet {
    display: flex;
}
.img_projet {
    flex: 0 0 50%;
}
.img_projet img {
    width: 100%;
    display: block;
}

.txt_projet {
    flex: 0 0 50%;
    padding: 75px 85px;
    box-sizing: border-box;
}
.type_projet {
	text-transform: uppercase;
    font-weight: 400;
    font-size: 10pt;
    padding-bottom: 35px
}
.name_projet {
    font-size: 30pt;
    font-weight: 300;
    padding-bottom: 25px;	
}
.cat_projet {
	font-size: 12pt;
    font-weight: 600;
    padding-bottom: 45px;	
	text-transform: uppercase;
}
.dark .link_projet a.bouton {
	margin-left:0;
	margin-right:0;
}
.desc_projet {
	max-width: 100%;
    width: 450px;
}
.wrapper_projets > .wrap > .item_projet:nth-child(even) .desc_projet {
	margin: 0 0 0 auto;
}
.city_projet {
	font-weight: 500;
    font-size: 12pt;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.defaulttxt p, .dark p, .light p, .desc_projet p {
    line-height: 2;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 30px;
}
.description_projet {
    max-width: 1250px;
    margin: 0 auto;
}
.txt_projet_left.txt_projet {
    padding: 75px 0;
}
.defaulttxt {
    padding: 90px 0px 70px;
    text-align: center;
    color: #5e6060;
}
.defaulttxt .wrap {
    box-sizing: border-box;
    padding-left: 160px;
    padding-right: 160px;
}

.wrapper_plan {
    padding-bottom: 25px;
}
.wrapper_plan img {
    display: inline-block;
    max-width: 45%;
    margin: 25px 13px;
}
.gal_photos {
    padding: 0 0px 70px;
    text-align: center;
    color: #5e6060;
}
.wrapper_photos_gal {
    text-align: left;
    margin: 0 auto;
    max-width: 1122px;
    display: flex;
    flex-wrap: wrap;
}

.wrapper_photos_gal a {
    padding: 16px;
    box-sizing: border-box;
    text-align: center;
}
.wrapper_photos_gal a {
    flex: 0 0 33.33%;
}
.wrapper_photos_gal a img {
    max-width: 100%;
}
.wrapper_form_contact {
    background-color: #f4f4f4;
}

.wrapper_form_contact .item_projet{
	width: 100%;
	justify-content: center;
}

.wrapper_form_projet {
    position: relative;
    z-index: 2;
    padding: 50px 0;
    width: 480px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.pagevendre .wrapper_form_projet form {
    width: 100%;
}
.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.gridpartner{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.gridpartner>*{
	width: calc((100% - 60px) / 3);
	margin: 10px;
}

.gridpartner img{display: block;max-width: 100%;}




a.btn_print:link, a.btn_print:visited, a.retour_maison:link, a.retour_maison:visited, .btn_wrapper i{
	color: #b99a3b;
}

.indentmenu ul li a.selected {
    background-color: #b99a3b;
    border-bottom: 1px solid #b99a3b;
}

.box_tabs{
	border-bottom: 3px solid #b99a3b;
}

button.btn_calcul4, a.btn_calculateurs:link, a.btn_calculateurs:visited, .form_infos a.btn_calcul4:link, .form_infos a.btn_calcul4:visited, a.btn_calcul4:link, a.btn_calcul4:visited, h3.stit_detail.stit_calcul, .wrapper_triger.active, .btn_eval.btn_calcul4, a.btn_download:link, a.btn_download:visited{
	background-color: #b99a3b;
	border-radius: 0px;
	font-weight: 600;
	text-transform: uppercase;
	color:#FFF;
	border: none;
	outline: none;
}

button.btn_calcul4:hover, button.btn_calcul4:focus, .form_infos a.btn_calcul4:hover, a.btn_calcul4:hover, .wrapper_triger, .btn_eval.btn_calcul4:hover, a.btn_download:hover{
	background-color: #333;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	font-weight: 600;
	text-transform: uppercase;
}

.wrapper_right_btns{right: 30px;}

.right_btn{
	background-color: #b99a3b;
}

.right_btn:hover {
    background-color: #333;
}

a.btn_social, p.socialbtns a{
	transition: color .4s;
}

a.btn_social:hover, p.socialbtns a:hover{
	color: #b99a3b !important;
}

.vendreintro{
	text-align: center;
	background: #010101;
	color: #fff;
	padding: 30px 0;
}

.vendreintro h1{
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	color: #fff;
}

.vendreintro ul{
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 14px;
	margin-left: 30px;
	text-align: left;
}

.vendreintro li{
	margin-bottom: 5px;
}


#form_item{
	text-align: center;
}

.titre_ajouter_item{
	text-transform: uppercase;
    font-weight: 800;
    color: #333;
    font-size: 20px;
    line-height: 1;
    margin: 0;
	margin-top: 0;
    padding-bottom: 30px;
	text-align: center;
}

.page_temoin{max-width: 800px !important;}

.wrapper_btns_mobile > div:first-child, .btn_mobile {
    background-color: #b99a3b;
}

.wrapper_btns_mobile > div:last-child, .wrapper_btns_mobile > div:last-child .btn_mobile{
    background-color: #333;
}

.slider img{
	position: fixed !important;
	z-index: -1 !important;
}




.txt_projet .smtitle, .txt_projet .bigtitle{text-align: left !important;}






@media screen and (min-width: 1921px) {
	.wrap{
		max-width: 1650px;
		width: 95%;
	}
	
}

@media screen and (max-width: 1240px) {
	.wrap{width: 1000px;}
	
	.banner a.logob{width: 450px;margin-bottom: 80px;}
	
	header nav a{
		font-size: 13px;
		margin: 0px 13px;
	}
	
	.projetshome .text div{
		padding: 1px 30px;
	}
	.ctas .cta>div{
		padding: 0px 30px;
		max-width: 100%;
		width: 100%;
	}
	
	.ctas .cta{
		padding: 100px 0px 60px;
	}
	
	.profilhome .text {
    	width: calc(100% - 570px);
	}
	.desc_projet {
		width: 100%;
	}
	.txt_projet {
		padding: 35px;
	}
	.cat_projet {
		padding-bottom: 10px;	
	}
	.type_projet {
		padding-bottom: 10px;
	}
	.name_projet {
		font-size: 27pt;
		padding-bottom: 15px;
	}
	.desc_projet p {
		margin-bottom: 10px;
		line-height: 1.5;
	}
	.txt_projet_left.txt_projet {
		padding: 35px 0;
	}
	.description_projet {
		padding: 35px 0;
	}
}


@media screen and (max-width: 1024px) {
	.wrap {
    	width: calc(100% - 20px);
		padding: 0px 10px;
	}
	
	.menu-ico{
		display: block;
		width: 30px;
		height: 22px;
		transition: all .4s;
	}
	
	.menu-ico.open{
	}
	
	.menu-ico span{
		display: block;
		width: 100%;
		height: 4px;
		background: #fff;
		margin-bottom: 5px;
		border-radius: 1px;
		transition: all .4s;
	}
	
	.menu-ico.open span{
		background: #fff;
	}
	
	header, header.scrolled{
		padding: 15px 0px 15px !important;
	}
	
	header .wrap{
		display: flex;
		justify-content: flex-end;
	}
	
	header nav{
		display: block;
		display: none;
		position: absolute;
		top: 52px;
		right: 0;
		width: 100%;
		padding: 10px 0;
		background-color: rgba(0,0,0,.95);
	}
	header nav a{
		display: block;
		text-align: center;
		margin-left: 0;
		margin-right: 0;padding: 5px 0;
		font-size: 16px;
	}
	header nav a.selected:after{display: none;}
	
	.serviceshome{
		padding: 80px 0px 90px;
	}
	.profilhome .img{width: 50%;}
	.profilhome .text{width: 50%;box-sizing: border-box;padding-left: 15px;}
	.prophome{padding-top: 80px;}
	
	.bigtitle, .prop-bg h1.pageh1, h1.h1styled{
		margin-bottom: 20px;
		font-size: 30px;
	}
	.smtitle, .projetshome h4{margin-bottom: 15px !important;}
	.projetshome .text div{
		padding: 1px 15px;
	}
	
}

@media screen and (max-width: 850px) {
	.gridpartner{max-width: 100%;flex-wrap: wrap;}
	.ctas{margin-top: 80px;}
	.vendues, .partenariat, .temhome{padding: 70px 0;}
	
	.prophome .wrap, .vendues .wrap{padding-left: 20px;padding-right: 20px;}
	.prophome .gridprop{gap:20px;}
	.projetshome p{
		line-height: 1.4;margin-bottom: 15px;
	}
	.gridslidercont .bx-controls-direction a:first-child{left: -25px;}
	.gridslidercont .bx-controls-direction a{right: -25px;left: auto;}
	
	.temhome p, .serviceshome p{max-width: 85%;}
	footer h3, footer p.quartiers{
		display: none;
	}
	.banner{
		padding: 130px 0px 60px;
	}
}

@media screen and (max-width: 750px) {
	.gridpartner>*{
		width: calc((100% - 40px) / 2);
		margin: 20px 10px;
	}
	.banner a.logob{max-width: 70%;margin-left: auto;margin-right: auto;margin-bottom: 40px;}
	.banner {
    	padding: 70px 0px 30px;
	}
	.temhome p, .serviceshome p{max-width: 100%;}
	.profilhome .img, .projetshome .img{
		width: 80%;
		margin-left: auto;margin-right: auto;
	}
	.profilhome .text, .projetshome .text{width: 100%;margin-top: 20px;padding-bottom: 30px;}
	.prophome .gridprop, .projetshome, .ctas{
		display: block;
	}
	
	.projetshome{display: flex;flex-wrap: wrap;justify-content: center;}
	
	a.propa{
		max-width: 350px;
		display: block;
		margin-left: auto;margin-right: auto;
		margin-bottom: 20px;
	}
	
	.projetshome .text{order:2;}
	.projetshome .img{order:1;}
	.projetshome .text+.img{order:3;}
	.projetshome .text+.text{order:4;}
	
	.ctas .cta, .serviceshome p{width: 100%;}
	.banner-info{width: 100%;overflow: hidden;}
	.defaulttxt .wrap{
		padding-left: 20px;padding-right: 20px;
	}
}

@media screen and (max-width: 370px) {
	
	.btn_social{
		width: 17px;
		margin: 0px 1px;
	}
	
	header nav.soc span{
		font-size: 14px;
	}
	
	.slider img {
    	width: 320% !important;
	}
	
	footer a.logo{
		width: 300px;
	}
}
.back_btn {
	text-align: right;
    position: relative;
    top: -55px;
}

@media screen and (max-width: 590px) { 
	.back_btn {
		top: 0;
		margin: 0 0 30px 0;
	}
	.back_btn a.btn_calcul4 {
		font-size: 12px;
	}
}

.mosaique .box_maison_img img:not(.marq_vendu){
   display: block;
   width: 100%;
   transition: all .4s;
}

.photo_vendu{background: #000 !important;overflow: hidden;}

.photo_vendu:hover img:not(.marq_vendu){transform: scale(1.1);opacity: .7;}
.prophome a:not(.btn) img.marq_vendu{
    width: 210px;
    height: auto;
}

@media screen and (max-width: 900px) {
	.item_projet {
		flex-wrap: wrap;
		max-width: 600px;
		margin: 0 auto;
		padding-bottom: 40px;
	}
	.img_projet {
		flex: 0 0 100%;
	}
	.txt_projet {
		flex: 0 0 100%;
		padding: 35px 0;
	}
	.wrapper_projets > .wrap > .item_projet:nth-child(even) .img_projet {
		order: 1;
	}
	.wrapper_projets > .wrap > .item_projet:nth-child(even) .txt_projet {
		order: 2;
		text-align: left;
	}
	.item_projet.description_projet {
		padding-top: 0;
		padding-bottom: 40px;
	}
	.txt_projet_left.txt_projet {
		padding-top: 0;
		padding-bottom: 0;
	}
	.description_projet .txt_projet_left .name_projet, .description_projet .txt_projet_left .desc_projet {
		width: 100%;
	}
	.wrapper_projet_detail .item_projet {
		padding-bottom: 0;
	}
	.wrapper_projets.wrapper_gare > .wrap > .item_projet .img_projet {
		order: 1;
	}
	.wrapper_gare .txt_projet .name_projet {;
		max-width: 100%;
	}
	.wrapper_projets.wrapper_gare > .wrap > .item_projet .txt_projet {
		padding-bottom: 0;
	}
	.wrapper_photos_gal a {
		flex: 0 0 50%;
	}
	.wrapper_photos_gal {
		max-width: 100%;
	}
	.wrapper_form_contact .item_projet {
		max-width: 100%;
    	padding-bottom: 0;
	}
	.wrapper_form_contact .img_projet:after {
		width: 100%;
	}
	.txt_contact_form {
		max-width: 100%;
	}
}
@media screen and (max-width: 700px) {
	.wrapper_plan img {
		max-width: 100%;
		margin: 25px 0;
	}
}
@media screen and (max-width: 600px) {
	.wrapper_gare .txt_projet .name_projet {
		font-size: 24pt;
	}
	.wrapper_photos_gal a {
		flex: 0 0 100%;
		text-align: center;
		padding: 16px 0;
	}
	.wrapper_form_projet { 
		max-width: 100%;
		width: 100%;
		padding: 50px 25px;
	}
}
@media screen and (max-width: 440px) {
	.wrapper_gare .txt_projet .name_projet {
		font-size: 20pt;
	}
	.wrapper_gare .txt_projet .name_projet br {
		display: none;
	}
}
