body{
	background: url("../images/background\ -\ 2.png");
	background-color: #FAF8F4;
	background-size:  100%;
	background-repeat: no-repeat;
	--button-color: #b4d6d5;
	--buton-color-alt: #F3BCB7;
	--main-text-color: #0a5f74;
}

h2, h3{
	text-align: center;
}

h1{
	font-size: 3em;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
}

h2{
	font-size: 1.75em;
	font-style: italic;
}

a{
	color: var(--main-text-color);
	text-decoration: underline;
	
}

.logo{
	text-align: center;
	padding: auto;
}

#headline{
	padding-left: 0px;
	padding-right: 0px;
	color: var(--main-text-color);
}

.navbar{
	padding: 0px;
}

.navbar-nav {
    float:none;
    margin:0 auto;
    display: block;
    text-align: center;
}

.navbar-nav > li {
    display: inline-block;
	text-align: center;
    float:none;
    font-size: 1em;
	line-height: 1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin: 0.5em ;
	background-color: var(--button-color);
	border-radius: 25px;
}

#liberlo{
	background-color: var(--buton-color-alt);
}

.nav-link{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.nav-item:hover {
	text-decoration: underline;
}

main{
	color: var(--main-text-color);
	font-size: 1.1em;
}

.titre-index{
	margin-top: 10px;
	padding: 10px;
	text-decoration: none;
}

#bottomline{
	color: var(--main-text-color);
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
	margin-top: 20px;
	font-size: 15px;
	background :linear-gradient(#fceae8, #f6bdb8);;
}

.tarifs{
	text-align: center;
}

iframe{
    margin-left: auto;
    margin-right: auto;
}

em{
	text-decoration: underline;
}

.infospra{
	color: orange;
}

#prez{
	margin: 50px;
}

.lien{
	color: blue;
}

.post{
	margin-top: 10px;
	margin-bottom: 10px;
}

.formation{
	border: 0.5px solid #f0f0f0;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

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

.tem_right{
	border-left: 0.5px solid #f0f0f0;
}

#toutes_formations{
	height: 50px;
	line-height: 32px;
    text-align: center;
    margin-top: 5px;
	margin-bottom: 5px;
}

#cadeaux{
	border: dashed red;
}

#about-gene{
	padding-left: 100px;
	padding-left: 100px;
}

.btn-liberlo {
	display: inline-block;
	text-align: center;
	word-break: break-word;
	max-width: fit-content;
	appearance: none;
	border:none;
	cursor:pointer;
	font-family: “Work Sans”,arial,sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.75em;
	background-color: #6d58d6;
	border-radius: 5px;
	-webkit-transition: all .2 sease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
  } 
.btn-liberlo img {
	margin-right: 10px;
}
.btn-liberlo {
	text-decoration:none;
} 
.btn-liberlo img {
	margin-right: 10px;
} 
.btn-liberlo .text {
	color: white!important;
}
.btn-liberlo:hover {
	background-color: #4e3f99;
}
