#center {
	width: 100% !important;
}

#center_part_2_full {
	float: none !important;
	width: 100% !important;
}

#contenuhome {
	margin: 0 !important;
}

#bottomfooter {
	margin-top: 0 !important;
}

#ftr {
	margin-top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	background: none;
	border: 0 none;
	color: inherit;
	display: block;
	float: none;
	font-family: Arial, sans-serif;
	line-height: 1.2;
    padding: 0;
    font-weight:400;
}
*,
::after,
::before {
	box-sizing: border-box;
}
html,
body {
	font-size: 100%;
    margin: 0;
}
strong, b {
    font-weight: bold;
}
.page-portail{
	position: relative;
	background-color:#191c23;
}

.page-portail .container-center{
	max-width: 1030px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.page-portail img{
	display: block;
	width: 100%;
	height:auto;
}

.page-portail .btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    display: inline-block;
    padding: 9px 16px;
    color: #ffffff;
    font-family: "ars-maquette-web", ARS, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 5px;
    transition: color 0.3s, background-color 0.3s;
}
.page-portail .btn.btn01 {
	top: 9.5%
}
.page-portail .btn.btn02 {
	top: 94.5%
}
@media (min-width: 1000px){
	.page-portail .btn:hover {
	    background-color: #ffffff;
	    color: #606060;
	}
}