@import './common_css/button.css';
@import './common_css/footer.css';

body {
	background-color: #FFF; 
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/*
font-family: 'Ruluko', sans-serif;
font-family: 'Hind Vadodara', sans-serif;
font-family: 'Lato', sans-serif;
color: #f5f5dc; // beige
color: #ac92a9; //violet
color: #79776d; // gris-marron
color: #3a3934; // gris foncé
*/


.mynav {
  	font-family: 'Lato', sans-serif;
  	background-color: #f5f5dc;
    height: 70px;
}

.mynavbar {
  margin-top: 10px;
}

.mynavbar a {
 	color: #2F241C;
  background-color: #f5f5dc;
}

nav .mynavbar li a:hover {
	color: #f5f5dc; 
  background-color: #2F241C;
}

.myheader .icon-bar {
    border:1px solid #2F241C;
}

.mynav img {
  height: 50px;
}

a.mynavbar-brand {
  padding-top: 10px;
}

/*todo: image transparente, polices et espacements h1 ruluko h2 lato color: #3a3934;*/

.main {
	background-image: url(img/qui_suis_je.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	top: 70px;
	margin-bottom: 50px;
	}

@media (min-width: 768px) {
.row-eq-height-xsmin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
}

.audrey {
	background-color: #43BAC1;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-top: 50px; 
	margin-bottom: 50px;
	text-align: center;
	}


@media (min-width: 768px) {
.audrey img {
	width: 80%;
}
}

@media (max-width: 767px) {
.audrey img {
	width: 50%;
}
}

.audrey img {
	border-radius: 50%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.audrey h1 {
	font-family: 'Ruluko', sans-serif;
	font-size: 4.5em;
	color: #f5f5dc;
}

.audrey h2 {
	font-family: 'Lato', sans-serif;
	font-size: 2em;
	color: #f5f5dc;
}

.presentation {
	background-color: #f5f5dc;
	padding-top: 10px;
	margin-top: 50px; 
	margin-bottom: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.presentation h3 {
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	color: #2F241C;
	text-align: left;
	padding-bottom: 10px;
}

.presentation p {
	font-family: 'Hind Vadodara', sans-serif;
	font-size: 1em;
	color: #2F241C;
	text-align: left;
}

.parcours a {
	font-family: 'Hind Vadodara', sans-serif;
	font-size: 1em;
	color: #2F241C;
	text-align: left;
}

.associations a {
	font-family: 'Hind Vadodara', sans-serif;
	font-size: 1em;
	color: #2F241C;
	text-align: left;
	padding-left: 40px;
}

.presentation ul {
	padding-left: 33px;
}

.presentation li {
	font-family: 'Hind Vadodara', sans-serif;
	font-size: 1em;
	color: #2F241C;
	text-align: left;
}


.presentation hr {
	width: 40%;
	border-color: #2F241C;
	margin-top: 50px;
	margin-bottom: 50px;
}

.parcours {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.formation {
	padding-top: 10px;
	padding-bottom: 10px;
}

.associations {
	padding-top: 10px;
	padding-bottom: 10px;
}
