.navbar-brand img{
	max-width:40px;
}
#titre-barre {
	font-family: 'Playfair Display SC', serif;
	font-weight:bold;
	font-size:30px;
	color:rgb(20,20,20);
	text-decoration:red;
}

header .row{
	background-image:url(../img/informatique.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	min-height:70vh;
	align-items:center;
	color:white;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}
header .consulting{
	background-color:rgba(0,0,0,0.2);
	min-height:70vh;
	align-items:center;
	display:flex;
}
header .slogan{
	display:flex;
	align-items:flex-end;
	min-height:70vh;
	justify-content:flex-end;
	
}
header h1{
	font-family: 'Playfair Display SC', serif;
	font-size:40px;
	text-align:center;
	background-color:rgba(0,0,0,0.2);
}
header h2{
	font-family: 'Reenie Beanie', cursive;
	font-size:40px;
	margin-bottom:25px;
	background-color:rgba(0,0,0,0.3);
	text-align:right;
}
@media (max-width: 800px) {
	header .slogan{
	display:none;
	}
}
#services{
	/*background-image:url(../img/service.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;*/
	min-height:calc(100vh - 85px);
}
#services .media .icone{
	font-size:3rem; 
	color: rgb(44, 113, 186);
	text-align:center;
	width:5rem;
	/*height:3rem;
	border-style: solid;
	border-color: rgb(44, 113, 186);
	border-radius:8px;*/
}
#led:hover{
	text-decoration:underline;
	color:black;
	cursor:pointer;
}
#services .media {
	padding:0.5rem 1rem;
	transition:all .3s ease-in-out;
	border-radius:5px;
}
#services .media:hover{
	background:rgba(128,128,128,.5);
	cursor:pointer;
}
#services h2{
	font-size:25px;
}
#services h3{
	font-size:20px;
}

#contact{
	background-image:url(../img/service.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	min-height:calc(95vh - 85px);
}
#contact .row{
	min-height:calc(95vh - 85px);
}
.formcontact{
	background-color:rgba(253, 191, 20, .8);
	border-radius:8px;
	padding-top:10px;
}
.formcontact h2{
	/*font-family: 'Playfair Display SC', serif;*/
	color: rgb(255,255,255);
	font-weight:bold;
	background-color:rgba(0,0,160,0.2);
	padding:5px;
	border-radius:8px;
}
#enregistre{
	border-style: solid;
	border-color: rgb(44, 113, 186);
	border-radius:8px;
}
/**************partenaire**************/
#partenaire{
	height:2px;
	background-color:red;
}
/**************Footer**************/

footer{
	background-color: rgba(0,0,0,.8);
	color:#999;
	padding-top:2rem;
	padding-bottom:1.5rem;
}
footer a{
	color:#999;
}

footer a.btnsocial {
	font-size:2rem;
	transition:all .2s ease-in-out;
}

footer  a:hover{
	color:#fff;
	text-decoration:none;
}
/* --- popup --- */
#popup{
	display:none;
}
#popup h2{
	text-align:center;
	font-size:30px;
	height:40px;
	background-color:rgba(255,255,255,.9);
	color:rgba(0,128,0,1);
}
.fenpopup{
	height:100vh;
	width:100vw;
	background-color:rgba(120,120,120,.3);
	position:fixed;
	top:0vh;
	align-items:center;
	scroll:auto;
	padding:10px;
}
.F-popup{
	background-color:rgba(255,255,255,0);
	height:98vh;
	top:1vh;
	border-radius:5px;
}
#contenupopup h3{
	text-align:center;
}
#carouselExampleCaptions{
	background-color:rgba(128, 128, 128,.9);
	scroll:auto;
}
.carousel-item img{
	max-width:100%;
	max-height:100%;
	margin:auto;
}

/*.C-popup{
	top:5px;
	padding:20px;
	background-color:rgba(255,255,255,0);
	border-radius:10px;
	height:100%;
}
.C-popup h3{
	font-size:16px;
}

#folio{
	overflow:auto;
	height:calc(70vh - 100px);
}
#carouselExampleCaptions{
	height:100%;
	background-color:rgba(100,100,100,.5);
}*/
#ferme{
	float:right;
	margin-right:8px;
	margin-top:8px;
}
#ferme:hover{
	cursor:pointer;
	background-color:rgba(120,120,120,0.5);
}
@media (max-width: 526px) {
	#contenupopup h3{
		font-size:18px;
	}
	.carousel-caption p{
	display:none;
	}
	.carousel-caption h4{
		font-size:16px;
	}
}

/*footer p{
	font-family: 'Playfair Display SC', serif;
}
/*font-family: 'Reenie Beanie', cursive;
font-family: 'Fredericka the Great', cursive;
font-family: 'Playfair Display SC', serif;