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

.footer {
  top: 0px;
}

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

ul {
	list-style-position: inside;
}

/*
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é
color: #2F241C; // nouveau marron
color: #C892C2; // nouveau rose
*/

.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;*/
.presentation {
	background-image: url("img/home_main_medium.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	top: 70px;
	text-align: center;
	margin-bottom: 50px;
	}

@media (min-width: 768px) {
	.presentation {
		height: 600px;
		padding-top: 180px;
	}
}

@media (max-width: 767px) {
	.presentation {
		height: 400px;
		padding-top: 50px;
	}
}

.presentation h1 {
  font-family: 'Sofia', cursive;
	font-size: 7em;
	color: #2F241C;
}

.presentation h2 {
	font-family: 'Lato', sans-serif;
	font-size: 3em;
	color: #2F241C;
}



.qui_suis_je {
	background-color: #2F241C; /*#f5f5dc;*/
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
}

.qui_suis_je p, ul  {
	font-family: 'Hind Vadodara', sans-serif;
	text-align: left;
  	color: #f5f5dc;
}

.qui_suis_je h3 {
	font-size: 2em;
	font-family: 'Lato', sans-serif;
  	color: #f5f5dc;
	text-align: center;
	padding-bottom: 20px;
}

/*
	COMMON: flex layout for consultation items
*/
.consulter {
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
  background-color: #f5f5dc;
}

.consulter-list-container {
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: wrap;
}
/*
	END flex layout for consultation items
*/

.consulter-list-item {
	flex-basis: 35rem;
}

.consulter p {
	font-family: 'Hind Vadodara', sans-serif;
	text-align: center;
  color: #2F241C;
}

.consulter h3 {
	font-size: 2em;
	font-family: 'Lato', sans-serif;
  color: #2F241C;
	text-align: center;
	padding-bottom: 20px;
}

.consulter h4 {
	font-size: 1.2em;
	font-family: 'Lato', sans-serif;
	color: #2F241C;
	text-align: center;
	padding-bottom: 10px;
}

.consulter h6 {
	font-family: 'Hind Vadodara', sans-serif;
	color: #2F241C;
	text-align: center;
	font-size: 1.1em;
}



.decouvrir {
	background-color: #2F241C;
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
}

.decouvrir p {
	font-family: 'Hind Vadodara', sans-serif;
	text-align: center;
  color: #f5f5dc;
}

.decouvrir h3 {
	font-size: 2em;
	font-family: 'Lato', sans-serif;
  color: #f5f5dc;
	text-align: center;
	padding-bottom: 20px;
}

.decouvrir h4 {
	font-size: 1.2em;
	font-family: 'Lato', sans-serif;
	color: #f5f5dc;
	text-align: center;
	padding-bottom: 10px;
}


.contact {
	background-image: url("img/contact_medium.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	height: 600px;
	padding-top: 150px;
}

.contact_box{
  background-color: #f5f5dc;
  border-radius: 5px;
  padding: 20px 20px;
}

.contact h3 {
	font-size: 2em;
	font-family: 'Lato', sans-serif;
  color: #2F241C;
	text-align: center;
	padding-bottom: 20px;
}

.contact h4 {
	font-size: 1.2em;
	font-family: 'Lato', sans-serif;
	color: #2F241C;
	text-align: center;
	padding-bottom: 10px;
}

.contact a {
	color: #2F241C;
  font-family: 'Lato', sans-serif;
}

.contact a:hover {
	color: #43BAC1;
}
