html{height:100%; display:block;}
body{margin:0; padding:0; font-size:16px; font-family: 'Arial', sans-serif;}
.btn{background-color: #008fc3; color:#fff; padding:0.8rem 1.8rem; text-decoration:none; border-radius:0.3em; transition:0.3s; display:inline-block;}
.btn:hover{background-color: rgba(0,143,195,0.5);}
p{margin-bottom:2rem;}
.box-content{height:100%; display:flex; background-image:url('fond-orange.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat;}
.inner-content-white{margin:auto; background-color:#fff; padding:9rem; text-align:center;}
@media (max-width:768px){
	.inner-content-white{margin:auto 1rem; padding:25px !important;}
}