
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

body {
	margin: 0;
	padding: 0;
	background: #101317;
}

* {
	box-sizing: border-box;
	font-family: 'Oswald', sans-serif;
}

/*==header-area==*/

.header-area {
	width: calc(100% - 80px - 80px);
	margin-left: 80px;
	padding: 30px 0;
}

.header-title {
	border-bottom: 1px solid #DBDCDC;
	padding: 19px 0;
}

.header-title a {
    color: #ffffff;
    font-size: 22px;
    line-height: 31.0167px;
    font-weight: 400;
    text-decoration: none;
}


#accueil {
	padding-left: 0 !important;
}



.topnav {
  overflow: hidden;
  margin: 19px 0 0 0;
}

.topnav a {
  	float: left;
  	display: block;
  	text-decoration: none;
	color: #f7f7f7;;
	font-size: 14px;
	line-height: 30px;
	margin: 0px;
	padding: 0px 10px;
	font-weight: 400;
}



.topnav .icon img {
  width: 24px;
}

.topnav .icon {
  display: none;
}



@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}




/*==mathias-area==*/

.mathias-area {
	padding: 60px 0;
}

.container {
	max-width: 1440px;
	padding: 0 185px;
	margin: 0 auto;
}

.row {
	display: flex;
}

.row > .collum-1, .collum-2 {
	width: 50%;
}

.collum-1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.collum-1 h2 {
    color: #ffffff;
    font-size: 72px;
    line-height: 90px;
    margin: 0px 0 30px 0;
    font-weight: 400;
    padding: 0 16px 0 0px;
}

.collum-1 p {
    color: #ffffff;
    font-size: 20px;
    line-height: 33.4px;
    margin: 0px 0 68px 0;
    font-weight: 400;
}

.cnt a {
    color: #101317;
    font-size: 15px;
    line-height: 28.1333px;
    margin: 0px;
    font-weight: 400;
    text-decoration: none;
    background: #fff;
    padding: 8px 20px;
    display: inline-block;
}

.cnt a:hover {
    background: #9FA1A2;
    transition: 0.7s all ease;
}

/*==footer-area==*/

.footer-area {
	padding: 60px 0 30px 0;
}

.social-icon {
	text-align: center;
}

.social-icon ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-icon ul li {
	display: inline-block;
}

.social-icon ul li a {
	color: #fff;
}

.social-icon p {
    color: #ffffff;
    font-size: 14px;
    line-height: 25.0667px;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    margin: 50px 0 0 0;
}