@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');/* -----------------------------------------------------------------------
Général
----------------------------------------------------------------------- */ 
body, html{
	margin: 0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	background-color: #262626;
	overflow-x: hidden;
	width: 100vw;
}

li{ 
	list-style-type: none;
}

a{ 
	text-decoration: none;
	color: #fff;
}

main{
	width: 100%;
}

.container-fluid{
	padding: 0;
}


.button-styled{
    margin: 1em 1em 1em 1em;
    padding: .5em;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    transition: border-color 0.8s linear,
				color 0.5s linear;
	width: auto;
}

.button-styled:hover{
      border-color: #f29400;
      color: #f29400;
}

h2{
	font-size:2em;
	position: absolute;
	color: #f29500b0;
	text-transform: uppercase;
	left:15px;
}
a i:hover{
	 color: #f29400;
 }
/* -----------------------------------------------------------------------
About
----------------------------------------------------------------------- */ 
.about{
	position: relative;
	text-align: center;
	padding: 5em 0 3em 0 ;
	margin-top: 1em ;
	color: white;
}
.about hr{
	background-color: white;
	width: 70%;
	max-width: 100px;
	margin: 1em auto;
}
.about h2{
	top: 20px;
}

.about h3{
	font-size: 1.5em;
	padding: 1em 0 0.5em 0;
}

.presentation__text{
	padding: 0.5em 0 0 0 ;
}
.presentation__text p{
	padding-bottom: 1em;
	line-height: 1.2em;

}



/* -----------------------------------------------------------------------
Infos
----------------------------------------------------------------------- */ 
#infos{
 background-color: #fff;
 padding: 3em 1em 3em 1em;
 width: 100%;
 position: relative;
}

#infos h2 {
	top: 15px;
}
.info-ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.info-li{
	width: 240px;
	margin: 1em 0;
	text-align: center;
	padding: 1em;
}
.rounded-image-info{
	width: 90px;
	height: 90px;
	border-radius: 100%;
	background-color: #262626;
	
}

.info-li h5{
	text-transform: uppercase;
	font-weight: 600;
	padding: 1em 1em 0.3em 1em;
}

