/* CSS document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Reims Campus */

body {
	background-color: black;
}


h1 {
	font-family: "Lexend", sans-serif;
	font-size: 1.4em;
	margin: 0.8em 0 0.8em 0;
	text-align:center;
	  font-weight: 600;
	text-transform: uppercase;
}

h2 {
	font-family: "Lexend", sans-serif;
	font-size: 1.2em;
margin: 0.8em 0 0.8em 0;
	text-align:center;
	  font-weight: 600;
	text-transform: uppercase;
}



p {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5em;
	margin-bottom:0.9em;
}


header {
max-width:100%;
margin: 0.8em;
}

nav {
	background-color: #393939;
	border-radius:12px;
	margin:auto;
	max-width:73%;
}

nav .nav-item {
	text-align:center;
	  font-weight: 500;
	
}

nav svg {
	color:white;
}

nav svg:hover {
	color:#f1c40f !important;
	 transition: all 0.2s ease; /* durée + easing */
  transition-delay: 0.08s;
}


.navbar-brand img {
	max-width:50%;
	margin-left:1.2em;
}

.nav-link {
	color:white;
	margin:0 1em 0 1em;
	text-transform: uppercase;
}

.nav-link:hover {
	color: #f1c40f !important;
 transition: all 0.2s ease; /* durée + easing */
  transition-delay: 0.08s;
}

.navbar-icons {
      font-size: 1.3rem;
      color: white;
      margin-left: 15px;
    }


.mobile {
	display:none ;
}


footer {
	padding:1.2em;
	text-align:center;
}

footer p {
	color : white;
}

footer a {
	font-size: 0.9em;
	color: white;
	text-decoration: none;
}
footer a:hover {
	color: #f8af35;
}

footer img {
	width: 20% !important;
	margin: auto;
}
 

#bienvenue {
	background-color: #997AE1;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:1.3em;
	
}

#bienvenue p {
	    margin-right: 1.5em;
}

#une .btn {
	max-width:20%;
}

#une {
	padding: 0 !important;
}

#une img {
		border-radius:2% !important;
	width:100%;
}

#etudes {
	background-color: #ff5500;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:1.3em;
}

#vie {
	background-color: #45e684;
	padding:1.3em;
}

#vie p {
	margin-top:0.8em;
	
}


#engagement {
	background-color: #fff162;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:1.3em;
}

#contact {
	background-color: #f2b5f8;
	padding:1.3em;
}




.container-lg {
	border-radius:12px;
}

.nav-item a {
	color: white;
	font-family: "Poppins", sans-serif;
}

.navbar-toggler {
	border:0;
}

.btn {
	background-color: white;
	color: #1d1d1b;
	border-radius: 20px;
	border-color: white;
	font-family: "Poppins", sans-serif;
  font-weight: 600;
 line-height: 1.5em;
	font-size:0.9em;
	text-transform: uppercase;
	margin:0.7em auto;
	text-decoration: none;
	max-width:60%;
	display: block;
}

.btn:hover {
	background-color: black;
border-color: black;
	color: white;
	 transition: all 0.2s ease; /* durée + easing */
  transition-delay: 0.08s;
}

.pictos img {
	max-width:50%;
}

.titre img {
	width:70%;
}

/* RESPONSIVE */
	
		

@media (max-width: 991px) {
	
	.computer {
		display: none !important;
	}
	
	.mobile {
		display: block !important;
	}
	
	.navbar-brand img {
	max-width:40%;
	margin-left:1em;
}
	
	footer img {
	width: 40% !important;
}

}


@media (max-width: 594px) {
	
	nav {
		max-width: 100%;
	}
	
	h1, h2 {
		margin-top:0.8em;
	}
	
	
}


@media (max-width: 500px) {
	
	
			#une .btn {
    max-width: 50%;
}
	.btn {
	max-width:100%;
	}
	
	.titre img{
	width: 80%;	
	
	}
	
}


@media (max-width: 480px) {	
	.navbar-brand {
		max-width:60%;
		
	}
	
	.navbar-brand img {
	margin-left:0.8em;
}
	
	
}
		

@media (max-width: 321px) {
	
	#icones {
		display:none !important;
	}
	.navbar-brand {
        max-width: 74%;
    }
	
	.titre img {
    width: 100%;
}
	
} 
	
