/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hide {
	display: none;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   a
   {
   text-decoration:none;
   color: black;
   }



/* hauteur page */
html {
  height: 100%;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
}



/* TITRE */

@font-face {
    font-family: 'Editorial New';
    src: url('EditorialNew-Thin.woff2') format('woff2'),
        url('EditorialNew-Thin.woff') format('woff');
    font-style: normal;
    font-display: swap;
}



/* Grille */

.wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0px;
  grid-auto-rows: minmax(100px, auto);
  max-width: 100%;
  max-height: 100%;
  cursor: crosshair;
}

          /* MENU */

.zero {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100vw;
	height: 100vh;
	position: absolute;
	z-index: 1;
}

.zero.home {
	background-image: url(../img/INDEX.jpg);


}

.zero.about {
	background-image: url(../img/ABOUT.jpg);
}

.zero.contact {
	background-image: url(../img/CONTACT.jpg);
}

header {
	position: fixed;
	left:0;
	top:0;
	width:calc(100% - 4px);
	height: 20px;
	background-color: #fff;
	display: flex;
	justify-content:space-between;
	align-items: center;
	z-index:100;
	padding-left: 2px;
	padding-right: 2px;

}

.one {
cursor: crosshair;
}


.two {
}

.tree {

}

          /* TEXTE INDEX */

          .four {
            grid-column: 1 / 7;
            text-align: center;
            grid-row: 2  ;
          z-index: 2;
          height: 7%;
          margin-top: -80px
          }

.five {
  	display: flex;
	justify-content:center;
	align-items: center;
	width: 100vw;
	height:100vh;
}

.five a {
	color:#fff;
	text-decoration: none;
}

          /* DESCIPTIONS */

  .six {
    display: flex;
	justify-content:center;
	align-items: center;
	width: 100vw;
	height:100vh;
}

.seven{
 display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;

}

.eight{
position: fixed;
z-index: 2;
cursor: crosshair;
}

  /* MENU déroulant*/

.nine{
  grid-column: 1 / 3;
  grid-row: 1 / 3 ;
z-index: 3;
background-color: white;
border-top: 0px;
border: solid 6px white;
position: absolute;
top:20px;
left:0;
}

  /* PAGE PROJET */

  .info_project {
	  position: fixed;
	  left:0;
	  bottom:0;
	  z-index: 99;
	  background-color: white;
  }



  /* TEXTE PROJETS */

.info_project {

  font-family: acumin-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  margin-top: -2px;
  font-size-adjust: auto;
  text-transform: uppercase;
  line-height: 15px;


}


  .eleven {
margin-top: 20px;
margin-bottom: 20px;
  margin-left: 10%;
  margin-right: 9%;
columns: 2;
  }

  .nom_projet {

  margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 2px;
	text-align: justify;
	display: flex;
	justify-content:space-between;
	align-items: center;

  }

  .nom_projet > div {
  display: flex;

  }


    /* IMAGES SLIDER */

.swiper-container.project {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container.project .swiper-slide {
    width: auto !important;
    cursor:pointer;
    position: relative;
}

.swiper-container.project .swiper-slide img {
   max-width: none !important;
}




  /* TYPO MENU */

h1 {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  font-size-adjust: auto;
  text-transform: uppercase;
  line-height: normal;


}

  /* TYPO TEXTE INDEX */

h2 {

  color: white;
  font-family: kepler-std-condensed-display,serif;
  font-weight: 300;
     font-style: normal;  text-transform: uppercase;
  font-style: normal;
  font-weight: lighter;
  text-align: center;

line-height: 4px;
font-size: 4.5rem ;


text-align: center;
border: solid 0px;
z-index: 2;
position: relative;
display: block;
margin: 0px;

}

h3 {
  color: white;
  font-family: 'acumin-pro-semi-condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem ;
  font-size-adjust: auto;
  line-height: 4px;
  text-transform: uppercase;


}

h4 {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  margin-top: -3px;
  font-size-adjust: auto;
  text-transform: uppercase;
  line-height: 3px;

}

h5 {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 3px;
  text-transform: uppercase;
  border-top: -10px;
  margin: 0px;
}






/* IMAGES FOND */

img {

  background-size: cover;

border: 0px;
padding: 0px;
margin: 0px;
position: ;
top: 1px;
width: 100%;
height: 100%;

}

.image
{
    display:inline-block;
    border: 0px;
    width:auto;
  height:500px;


}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
