p{margin:0;line-height: 1.6rem;}
.why.title.title_text, .creation.title.title_text {font-size: 2rem;}
.mainul li{
	text-align: justify;
	padding-bottom: .6rem;
}
.mainul li::first-line {
	font-size: 1.2rem;
	font-weight:bold;
}
.small_paragraph {
	width:100%;
	height: 7em;
	background-color:#D2D2C1;
	background-image:url("images/small_paragraph.svg");
	background-repeat:no-repeat;
	background-size:contain;
	position:relative;
	color: #31310D;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.small_paragraph p {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility;
	font-weight: 400;
	font-size:1.3rem;
	text-align:center;
	padding: 0em .75em 0em 8.75em;
}
.small_paragraph i {
	font-size:3em;
	color: #2B2B21;
	position:absolute;
	top: calc(1.25em / 2);
	left: calc(1.25em / 2);
}

.site_gallery{
	width:80%;
	margin:auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.site_gallery div{
	width:calc((100% / 3) - 2rem);
	margin:1rem;
	position:relative;
	border-radius:5%;
	overflow: hidden;
}
.site_gallery div img{
	width:100%;
	height:auto;
	margin-bottom: -5px;
}
.site_gallery div a{
	display: flex;
	background-color:#0008;
	color:white;
	text-decoration:none;
	text-align:center;
	font-size:1rem;
	font-family: Arial, sans-serif;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:75%;
	justify-content: center;
	align-content: center;
	flex-flow: wrap;
}

.infographie {padding:0px 0rem;width:100%;overflow-x:hidden;}
.infographie .title{width:100%;}
.infographie_text{margin:1rem 2rem;text-align:center;}
.slider_box_container{
	position:relative;
	width:100%;
	display:flex;
	flex-direction: column;
	align-items: center;
	
}
.slider_bg{
	position:absolute;
	width:100%;
	height:calc(100vw * 0.75);
	max-height:300px;
	background-image:URL(images/band.png);
	background-repeat: repeat-x;
	background-position: 50%;
	top: 60px;
}
.slider_box{
	height:calc(100vw / 3 * 2);
	width:100%;
	max-height:400px;
	max-width:600px;
	position: relative;
}
.slider_box div{background-size:cover;background-position:50%;}
.bx-wrapper, .bx-viewport{height:100%;}
.bx-viewport div{height:100%;}
a.bx-pager-link{
	border: 1px solid #333;
	background-color: #333 !important;
}
a.bx-pager-link.active{
	border: 1px solid #000;
	background: #fff !important;
}
.slider_text {
	width:100%;
	max-width:600px;
	margin-top:2rem;
	position:relative;
	text-align:center;
}
.slider_text p{
	font-size: 1.25rem;
	padding: 0px 30px;
	line-height: 2rem;
	letter-spacing: 0.05em;
}
.slider_text hr {
	width:75%;
	border-style:dotted;
	border-width: 5px 0px 0px 0px;
	margin:1.25rem auto;
}


@media only screen and (min-width: 600px){
	.small_paragraph {height:6em;}
	.small_paragraph p {padding:0em 7.5em;}
	.small_paragraph i {top:calc(1.5em / 3);left:calc(1.5em / 3);}
	.why.title.title_text, .creation.title.title_text {font-size: 2.7rem;}
	.roundcorners{
		background-color:#eeeeee;
		padding:10px;
		border-radius:10px;
		box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
	}
}
@media only screen and (min-width: 700px){
	.small_paragraph {height:5em;}
	.small_paragraph p {padding:0em 6.25em;}
	.small_paragraph i {top:calc(1em / 3);left:calc(1em / 3);}
	.site_gallery div a{font-size:1.5rem;}
}
@media only screen and (min-width: 800px){
	.site_gallery div{width:calc((100% / 4) - 2rem);}
}
@media only screen and (min-width: 900px){
	.slider_text{
		width:230px;
		height:400px;
		margin-top: 0rem;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
	}
	.slider_text p{line-height: 1.7rem;padding: 0px 20px;}
	.slider_text hr{margin: 1.1rem auto;}
	.slider_box_container{flex-direction: row;justify-content: space-evenly;}
	.infographie_text{margin-bottom:2rem;}
}

@media only screen and (orientation: landscape) and (min-width: 1000px) {
	.menu_links{display: flex;}
	.big_screen_spacer{height: 1rem;}
	.small_screen_spacer{height: 0rem !important;}
	.section_column4{width: calc(25% - 4rem - 2px);}
	.left{width: calc(50% - 2rem);}
	.right{width: calc(50% - 2rem);display: inherit;}
	.openbtn{display: none;}
	
	.small_paragraph {height:5em;}
	.small_paragraph i {top:calc(1em / 3);left:calc(1em / 3);}
	.small_paragraph p {padding:0em 6em;}
	
	.site_gallery div a{
		font-size:2rem;
		top:0px;
		opacity:0;
		transition: 300ms;
		align-content: normal;
		padding-top:0px;
	}
	.site_gallery div:hover a{
		opacity:1;
		padding-top:calc(50% - 1rem);
	}
	
}
@media only screen and (orientation: landscape) and (min-width: 1200px) {
	.small_paragraph {
		border-top:1em solid #ECECE4;
		border-bottom:1em solid #ECECE4;
	}

}