@font-face {
  font-family: 'NexaBlack';
  src: url('Font/NexaBlack.woff2') format('woff2'), url('Font/NexaBlack.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa-Book';
  src: url('Font/Nexa-Book.woff2') format('woff2'), url('Font/Nexa-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('Font/NexaLight.woff2') format('woff2'), url('Font/NexaLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NexaW01';
  src: url('Font/NexaW01-Heavy.woff2') format('woff2'), url('Font/NexaW01-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('Font/Nexa-Thin.woff2') format('woff2'), url('Font/Nexa-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Nexa';
  line-height: 1.3;
  padding: 0;
  margin: 0;
}
h1 {
  font-size: 25px;
  margin-top: 0;
  font-family: 'NexaW01';
  text-transform: uppercase;
}
a {
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
}
.col-6 {
  width: 48%;
}
.flex {
  display: flex;
}
.tagline {
  display: block;
  max-width: 200px;
  font-family: 'Nexa';
  margin-right: 4.62%;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: .19em;
}
.image-slider {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
}
.zone-texte{
padding:10% 50px 10% 50px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;	
}

.flex-space-between {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.logo {
  max-width: 200px;
  margin: 0 auto;
  min-height: 100px;
}
.style-dark {
  color: #ffffff;
  background-color: #3D5B77;
}
.logo-uda {
  max-width: 150px;
  margin: 0 auto;
}
.row {
  max-width: 900px;
  margin: 0 auto;
  padding: 36px;
}
.align-items-center {
  text-align: center;
}
.btn {
  display: inline-block;
  background-color: #ffffff;
  color: #3D5B77;
  font-family: 'NexaW01';
  letter-spacing: .19em;
  font-weight: 900;
  font-size: 13px;
  padding: 13px 17px 10px;
  border: 2px solid #ffffff;
  transition: all 200ms ease-out;
}
.btn:hover {
  text-decoration: none !important;
  background-color: transparent;
  color: #ffffff;
  transition: all 200ms ease-in;
}
.btn-primary {
  display: inline-block;
  background-color: #7E6750;
  color: #ffffff;
  font-family: 'NexaW01';
  letter-spacing: .19em;
  font-weight: 900;
  font-size: 13px;
  padding: 13px 17px 10px;
  border: 2px solid #7E6750;
  transition: all 200ms ease-out;
}
.btn-primary:hover {
  text-decoration: none !important;
  background-color: transparent;
  color: #7E6750;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 960px) {
  .flex {
    display: block;
  }
  .col-6 {
    width: 100%;
  }
	
	.logo {
  max-width: 150px;
  margin: 0 auto;
  min-height: 100px;
}
	.zone-texte{
     padding:0;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;	
}
}