@charset "ISO-8859-1";

@font-face {
font-family: 'sacramentoregular';
    src: url('sacramento-regular.woff2') format('woff2'),
         url('sacramento-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body a{
	text-decoration:none;
}

#header{
	position: fixed;
	display: flex;
	top:0px;
	height: 10vh;
	width: 100%;
	min-height: 100px;
	max-height: 150px;
	border-bottom:#000 1px solid;
	background-color:#FFF;
	z-index : 100;
}

#logo{
	width:35vw;
    padding:2vh 10vw; 
}

#navbar{
	width: 65vw;
	padding:2vh;
}

#navbar nav{
	width: 50vw;
}

.nav-item a{
	color:#fff;
	font-weight:Bold;
}

.nav-item a:hover{
	color:#4a4a4a;
	font-weight:Bold;
	background-color:#51a5e0;
}

.dropdown-item.active{
	background-color:transparent;
	color:#4a4a4a;
}

.navbar-nav .nav-link.active{
	color:#4a4a4a;
}


.navbar-nav{
	width:100%;
	
}
.navbar_nav, .navbar ul{
	background-color:51a5e0;
	border-radius:10px;
}

#carouselExampleIndicators{
	margin-top:12vh;
	background-color:#F2F2F2;
	padding: 5vh;
	font:sacramentoregular;
}

.carousel-item img{
	margin: auto;
	max-width:100vh;
}

#valajoutees{
	margin:auto;
	margin-top:10vh;
	width:60vw;
	background-image: url("images/valajoutees-top.jpg");
	background-repeat:no-repeat;
	background-size:100% 20vh;
	background-color:#4a4a4a;
	padding: 5vh 1vw;
}
#titre{
	height:15vh;
	text-align:center;
	font-size: 1.5em;
	font-weight: bold;
	color:#4a4a4a;
}
.titre{
	font-weight:bold;
}
.va_ligne{
	width:100%;
	display:flex;
	color:#FFF;
}
.va_colone{
	width:30vw;
	display:flex;
}
.va_colone img{
	width: 10vw;
	max-width:100px;
	height: 10vw;
	max-height: 100px;
	padding:25px;
}
.va_texte{
	width:80%;
}
.va_titre{
	display:block;
	font-weight:bold;
}

#liens{
	width : 50vw;
	margin:auto;
	margin-bottom:10vh;
}

.encart-lien{
	margin-top:10vh;
	height:30vh;
	width:20vw;
	background-color:#EEE;
	display:flex;
}
.encart-lien img{
	border-radius:50%;
	width: 10vw;
	height: 10vw;
	padding:10px;
}

.lien_texte{
	padding:15px;
}

.lien_titre, .presentation_titre{
	display:block;
	font-weight:bold;
}
#footer a{
	color:#FFF;
}
#footer a:hover{
	color:#DDD;
}

#presentations{
	width:70vw;
	margin:auto;
}
#presentations a,#liens a{
	color:#000;
}

#presentations a:hover, #liens a:hover{
	color:#666;
}

.presentation{
	margin-top:10vh;
	width:35vh;
	height:35vh;
	background:#F4F4F4;
	padding:3vh;
}

input, textarea, select {
	width:100%;
	background:#EEE;
	border-radius:10px;
	border:0px;
	padding:10px;
	
}
#checkbox{
	width:20px;
	height:20px;
}

::placeholder{
	color:#AAA;
}

#footer{
	width:100%;
	background-color:#444;
	color : #FFF;
	padding:2vh 20vw ;
	height:20vh;
}



#footer ul{
	list-style: none
}
.footer_titre{
	font-weight: bold;
	padding-bottom:2vh;
}

#boutons_fixes{
	position:fixed;
	bottom:30vh;
	right:2vw;
}
#boutons_fixes img{
	margin:5px;
}

#body_solutions{
	margin-top:100px;
	height:70vh;
	min-height:60vh;
	background-image:url('images/517.jpg');
	background-size:cover;
}

#body_services{
	margin-top:100px;
	height:70vh;
	min-height:70vh;
	background-image:url('images/3986bis.jpg');
	background-size:cover;
}

#body_presentation{
	min-height:60vh;
	width:60vw;
	margin:auto;
	margin-top:100px;
	margin-bottom:10vh;
}

#titre_presentation{
	color:#777;
	font-size:1.5em;
	font-weight:bold;
	margin-top:10vh;
}
#titre_presentation img{
	height:5vh;
}
#texte_presentation,#texte_presentation_solo{
	color:#777;
	padding-left:2vw;
}
#texte_presentation_solo{
	margin-top:10vh;
}


#texte_presentation_solo img{
	max-height:50vh;
}
@media (max-width: 1000px) {
	body{
		font-size:2em !important;
	}
	#body_presentation, #valajoutees, #liens{
		width:100vw;
	}
	#contacts{
	flex-direction:column;}
	
	#logo{
		padding:10px;
		padding-top:2vh;
		width:20vw;
	}
	
	.navbar{
	font-size:0.8em !important;}
	.va_colone{
  		width: 50vw;
  		margin:2vw;
  	}
  	
  	#carouselExampleIndicators {
	  margin-top: 5vh;
	   padding: 0;
	  font: sacramentoregular;
	}
  	#liens{
  		flex-direction: column;
  	}
  	#liens a{
  	display:flex;
  	justify-content:center;
  	}
  	.encart-lien {
  		width :90vw;
  		margin-top: 3vh;
  	}
  	.encart-lien img {
	  width: 10vh;
	  height: 10vh;
	}
	#boutons_fixes img{
	 width: 5vh;
	  height: 5vh;
	}
	
	#presentations,#texte_presentation{
		flex-direction: column;
		padding-right:2vw;
	}
	
	#texte_presentation img{
		width:95%
	}
	
	.image a{
		display:flex;
		flex-direction:column;
		align-items:center;
	}
	#body_solutions{
	height:auto;}
}