*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  --black: #000000;
  --white: #ffffff;
  --grey: #c8d5d3;
}


@font-face {
  font-family: 'mainBold';
  src: url('/assets/fonts/National-Bold.ttf');
}

@font-face {
  font-family: 'mainCompressedBold';
  src: url('/assets/fonts/National2-Compressed-Bold.ttf');
}

@font-face {
  font-family: 'secondary';
  src: url('/assets/fonts/National-Book.ttf');
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: var(--black);
  background: var(--white);
  position: relative;
  height: auto;
  min-height: 100% !important;
}

h2 {
  font-size: 72px;
  line-height: 72px;
  color: var(--black);
  font-family: mainCompressedBold;
  text-transform: uppercase;
}

h3 {
  font-size: 4rem;
  font-family: mainCompressedBold;
  text-transform: uppercase;
  color: var(--black);
  line-height: 90%;
}

p {
  font-family: 'secondary';
  font-size: 1.25rem;
  line-height: 130%;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline;
}

a{
  color: var(--black);
}

a:hover {
  color: rgba(17, 17, 17, 0.616);
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/media/images/loader-lou-bar.gif) center no-repeat rgb(255, 255, 255);
}


img {
  display: block;
  width: 100%;
  height: auto;
}

.image-column {
  -webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
background-repeat:no-repeat !important;
background-position:center !important;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}

section {
  position: relative;
  width: 100%;
}

.container {
  max-width: 80rem;
  width: 100%;
  height: auto;
  padding: 0 2rem;
  margin: 0 auto;
}

.brand-typo {
  font-family: mainCompressedBold;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: inherit;
  color: var(--black);
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  text-align: center;
    align-items: center;
}

.leader-baseline {
  margin-top: 24px;
  text-align: center;
}

#logo {
  position: absolute;
  top: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 60%;
  z-index: 1;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

.leader {
  width: 100%;
  height: 100vh;
}

.menu-button{
  display: flex;
  margin-top: 48px;
}

.inner-a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  top: 0;
  transform-origin: center;
}

.content-a {
  top: 48%;
  left: 50%;
  position: absolute;
  z-index: 2;
  width: 80%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%, -50%);
}

.content-a h2 {
  color: var(--white);
}

.img-leader {
  width: 150px;
  padding-bottom: 20px;
  margin: auto;
}

.btn-leader-section {
  position: absolute;
  bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  z-index: 97;
  width: 100%;
}

.btn-column-section {
    display: flex;
}
.btn-list {
  display: flex;
  justify-content: center;
}

.btn:hover {
  background-color: var(--black);
  color: var(--white);
  transform: scale(1.05);
}


.btn-2, .a .btn-2 {
  padding: 0 10px;
  margin-top: 2.431vw;
}

.btn {
  margin-top: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  width: fit-content;
  text-align: center;
  border-radius: 60px;
  transition: all .4s cubic-bezier(.215,.61,.355,1);
  cursor: pointer;
  border: 2px solid var(--black);
  background-color: var(--white);
  min-width: 120px;
}

.btn {
  font-family: 'secondary';
  font-size: 18px;
  font-weight: bold;
}

.wrapper {
  display: flex;
}

.cover {
  background-size: cover!important;
  background-position: 50% 50%!important;
}

@media only screen and (min-width: 768px) {
}



/*
 * MENU
 */

 .lock-scroll {
  overflow: hidden;
}

.menu-open {
  z-index: 101 !important;
}

 .unlock-scroll {
  overflow: scroll;
}

 nav {
   position: absolute;
 }


#menuToggle
{
  display: block;
  position: relative;
  top: 50px;
  left: 50px;
  z-index: 100;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -12px;
  left: -8px;
  background: red;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 32px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: var(--black);
  z-index: 1;
  border-radius: 24px;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-child(3) {
    width: 24px;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}


#menuToggle:hover span:nth-child(3) {
   width: 32px;
   transition:  width 0.1s ease-in 0.1s;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this positioned
 * at the top left of the screen
 */

#menu
{
  visibility: inherit;
  position: fixed;
  overflow: hidden;
  margin: -80px 0 0 -50px;
  padding: 125px 50px 400px 50px;
  width: 100vw;
  height: auto;
  background: aliceblue;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(0, -100%);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  margin-top: -10px;
  font-size: 68px;
  font-family: 'mainCompressedBold';
  text-transform: uppercase;
}

#menu li:hover {
    color: transparent;
    -webkit-text-stroke: 1px #000;
    transition: all .4s cubic-bezier(.215,.61,.355,1);
  transform: translate(20px, 0px);
}
/*
 * And let's slide it in from the top
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

#menuToggle input:checked ~ ul > .menu-list
{
  visibility: visible;
  opacity: 1;
  transition:  all 0.5s ease 0.5s;
  transform: translate(0px, -20px);
}

.menu-list {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translate(0px, 20px);
}

/*
 * Vertical Panel
 */



.column {
	min-height: 100vh;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
	.info {
		margin-bottom: 10%;
	}

.cat1 {
	background: url(http://webcreatorbox.com/sample/images/cat1.jpg) no-repeat top center;
	background-size: cover;
	color: rgba(255,255,255,.7);
}

.inside {
  position: absolute;
  top: 0;
  margin-top: 10%;
  padding: 0 24px;
  width: 40%;
  text-align: left;
}

.inside-title {
  margin-bottom: 48px;
}

.inside-text {
    margin-bottom: 24px;
}

.mobile-visible{
  display: none;
}

.btn-inline{
  margin-right: 12px;
}



@media screen and (max-width: 320px) {

  .leader {
    width: 100%;
    height: 95vh;
}

  p{
    font-size: 1rem;
  }

  h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  h3 {
    font-size: 2.5rem;
    margin-top: 48px;
    margin-bottom: 24px !important;
  }

  .btn {
    font-size: 0.75rem;
  }


  .wrapper {
    display: block;
  }
  
  .inside{
    width: 80%;
    }

    .image-column{
      height: 100vh;
      
    }

    #menuToggle {
      top: 32px;
      left: 20px;
    }

    #logo {
      top: 0px;
      width: 50%;
  }

  #menu {
    margin: -80px 0 0 -20px;
    padding: 160px 24px 400px 24px;
  }

  #menu li {
    font-size: 38px;
  }

  .mobile-visible{
    display: contents;
  }

  .desktop-visible{
    display: none;
  }

.wrapper-one-column{
text-align: center;
    margin: 0 auto;
    width: 100%;
    position: relative;
    width: 70%;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-content {
    padding: 200px 20px !important;
  }

  .td-domain {
    font-size: 20px;
    width: 80%;
}

.td-lien {
  display: none;
}

.cover {
  background-position: 75% 50%!important;
}

.medium-text-mobile {
  height: 110vh;
}

.long-text-mobile {
  height: 120vh;
}
  
}

@media only screen and (min-width:321px) and (max-width:899px) {

  .leader {
    width: 100%;
    height: 95vh;
}

  p{
    font-size: 1.15rem;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  h3 {
    font-size: 2.5rem;
    margin-top: 48px;
    margin-bottom: 24px !important;
  }

  .btn {
    font-size: 1.1rem;
  }

  #menu li {
    font-size: 42px;
  }

  .wrapper {
    display: block;
  }
  
  .inside{
    width: 80%;
    }

    .image-column{
      height: 100vh;
    }

    #menuToggle {
      top: 28px;
      left: 20px;
    }


    #logo {
      top: 0px;
      width: 50%;
  }

  #menu {
    margin: -80px 0 0 -20px;
    padding: 160px 24px 400px 24px;
  }

  .cover {
    background-position: 75% 50%!important;
}


.wrapper {
  display: block;
}

.inside{
  width: 80%;
  }

.column{
  min-height: 90vh 
}

.mobile-visible{
  display: contents;
}

.desktop-visible{
  display: none;
}

.medium-text-mobile {
  height: 90vh;
}

.long-text-mobile {
  height: 120vh;
}

.page-content {
  padding: 200px 20px !important;
}

.td-domain {
  font-size: 20px;
  width: 70%;
}

.td-lien {
font-size: 12px;
width: 30% !important;
}

}

@media only screen and (min-width:900px) {
  .wrapper.column-2 {
    flex-direction: row-reverse;
}

}


.page-content {
  padding: 200px 50px;
  position: relative;
  text-align: left;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 12px 0 48px 0;
}

td {
  border-top: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  padding: 8px;
  font-family: secondary;
  font-size: 24px;
}

.td-lien {
  text-align: right;
  width: 25%;
}

h4 {
  font-size: 2.25rem;
  font-family: mainCompressedBold;
  text-transform: uppercase;
  color: var(--black);
  line-height: 90%;
}
