/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */

html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal;}
ul {  list-style: none;}
button,input,select {margin: 0;}
html {box-sizing: border-box;}
*, *::before, *::after {box-sizing: inherit;}
/* img,video {height: auto;max-width: 100%;} */
img,video {height: auto;width: 100%;}
iframe {border: 0;}
table {border-collapse: collapse;border-spacing: 0;}
td,th {padding: 0;}
/*end minireset */

html {
  scroll-behavior:smooth;
}


html,
body {
    _height: 100%;
    margin: 0;
    padding: 0;
}

body {
    color: #222;
    font-size: 18px;
		font-family: "Helvetica Neue",Arial,sans-serif;
		letter-spacing: 0.04em;
    overflow-y: scroll;
}

a:link, a:visited,a:active {color: #111;}
a:hover { color: #555;}

.wordbreak {
  word-break: break-word;
}

p {margin-bottom: 1em;}

h1 {font-size:30px;}
h2 {font-size:24px;}
h3 {font-size:20px;}
h4 {font-size:18px;}

.soustitre { font-size: 20px;}

hr {margin: 1em 0;}
.mt-1 {margin-top: 5px}
.mt-2 {margin-top: 10px}
.mt-3 {margin-top: 15px}
.mt-4 {margin-top: 20px}
.mt-5 {margin-top: 25px}
.mt-6 {margin-top: 30px}
.mb-1 {margin-bottom: 5px}
.mb-2 {margin-bottom: 10px}

.ml-1 {margin-left: 15px;}

.p-0 {padding: 0 !important;}
.p-1 {padding: 1rem;}

.is-left {text-align:left;}
.is-right, .has-text-right {text-align: right;}
.is-center, .has-text-centered {text-align: center;}
.is-justify, .has-text-justify {text-align:justify;}

.box {
  background-color: aqua;
}

.float-left {float: left;}
.float-right {float: right;}
.float-none{float: none;}
.clear-float{clear: both;}

.float-center{
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* hover img listing projet  */
.hide {display:none;}
.hover-cover:hover img:first-child{display:none;}
.hover-cover:hover img:last-child{display:inline-block}

.pagination-item {
  text-decoration: none;
  font-size: 30px;
  font-weight: 800;
}


.mybottom {
  margin-bottom: auto;
}


.video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.container {
  margin: 0 auto;
  max-width: 1800px;
}

main .container {
  padding: 0 1em 1em 1em;
}




nav {
  position: fixed;
  top: 0;
  width: 100%;
  _overflow: hidden;
  background-color: #FFF;
  opacity:1;
  z-index: 200;
}

.navborder {
  border-bottom: 2px solid #000;
}

main {
  margin-top: 57px;  
}

.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 57px; /* 66px; */
  z-index: 100 ;
  }


nav .mybrand {
  _margin-top: 2px;
  position: absolute; /* avec parent position relative: navrow */
  top: 2px;
  left: 22px;
}
nav .brand {
  font-size: 30px;
  text-decoration: none;
  color: #222;
  font-weight: 400;
  
}

nav .rezo {
  margin-top: 12px;
}

.burger {
  margin-top: 7px;
}

nav .navrow {
  position: relative; /*pour le logo position absolute */
	padding: 0em 1.1em;
  height: 56px;
}

nav .menu a {
	
	color: #111;
	text-decoration: none;
  font-size: 15px;
  font-weight: 400;
}

nav .menu > * {
  margin: 0 0.5em;
}


nav a:hover {
  color:#555;
}
nav .select {
  border-bottom: 1px solid #111;
}

nav a svg, .overlay-content a svg {
  margin-bottom: -7px;
  width: 30px;
  height: 30px;
}

.overlay-content a svg {
  width: 32px;
  height: 32px;
}

.footer {
  text-align: center;
  font-size: 12px;
  color: #888;
}

.footer a {
  color: #888;
}

/* 
https://matthewjamestaylor.com/3-column-layouts#responsive-3-column */
/* container page listing*/
.responsive-columns {
    display:flex;
    flex-wrap:wrap;
}

/*  ---- columns ----  */
.responsive-columns > * {
  width:calc(100% / 2);
  padding:1rem;
  border-bottom : 2px solid #000;
}



.border > * {
  _padding:1rem;
  border-bottom : 2px solid #000;
}

.border > div:nth-child(2n-1) {
  border-left : 2px solid #000;
  border-right : 2px solid #000;
}

.border > div:nth-child(2n) {
  border-right : 2px solid #000;
}

.border-top {
  border-top : 2px solid #000;
}

._cadre > div {
  padding:1rem;
  border-left : 2px solid #000;
  border-right : 2px solid #000;
  border-bottom : 2px solid #000;
}

.img100vh img {
  float: right;
  height: calc(100vh - 90px);
  width: auto;
  border-left : 2px solid #000;
  border-right : 2px solid #000;
  border-bottom : 2px solid #000;
  margin-left: 1em;
}

.img100vh-bis {
  display:none;
}

.border-l-b {
  border-left : 2px solid #000;
  border-bottom : 2px solid #000;
}

/* page info breakpoint */
@media (max-width:1074px) {
  .img100vh {display: none;}
  .img100vh-bis {display: inline;}
  .img100vh-bis img {
    border-left : 2px solid #000;
    border-right : 2px solid #000;
    border-bottom : 2px solid #000;
  }

  .border-l-b {
    border-right : 2px solid #000;
  }
  
  nav .menu a {
    margin: 0px 0.2em;
  }
}

.col-33 {width: 33.33%;}
.col-66 {width: 66.66%;}
.col-50 {width: 50%; }



nav .burger {display:none;}
nav .rezo{ display:block;}



.row { display:flex; flex-wrap:wrap; _background:#eee;}
.col {flex:1; align-self: center;}
.flexmini {flex: 0 0 auto;_background:#eee;}


/*  ---- MENU MOBILE ----  */
.overlay {
  _margin-top:40px;
  height: 100%;
  width: 0;
  position:fixed;
  z-index: 110;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  _overflow-y: scroll;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 20vh;
  width: 100%;
  text-align: center;
  _margin-top: 60px;
  font-size: 28px;
}

.overlay > .overlay-content > a {
  display: block;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}


.overlay a:hover, .overlay a:focus {
  color: #000;
}

.closebtn {
  padding-right: 10px;
}



/* ----  SPLIDE  ---- */
.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.splide__arrow {opacity: 0 !important;}
.splide__arrow:hover {opacity: 1 !important;}

.responsive-columns div:nth-child(2n-1) {
  border-left : 2px solid #000;
  border-right : 2px solid #000;
}

.responsive-columns div:nth-child(2n) {
  border-right : 2px solid #000;
}

/*  ---- desktop breakpoint ----   ex 3 colonnes...
@media (min-width:1301px) {
  .responsive-columns div:nth-child(3n-2) {
    border-left : 2px solid #000;
    border-right : 2px solid #000;
  }
  
  .responsive-columns div:nth-child(3n-1) {
    border-right : 2px solid #000;
  }
  
  .responsive-columns div:nth-child(3n) {
    border-right : 2px solid #000;
  }
  
  .responsive-columns div:nth-child(3n) {
    border-right : 2px solid #000;
  }
  
  .responsive-columns div:last-child {
    border-right : 2px solid #000;
  }
}
*/

@media (max-width:1300px) {
    .responsive-columns > * { width:calc(100% / 2); }
    _nav .navrow {padding: 0.14em 0.4em;}

    .responsive-columns div:nth-child(2n-1) {
      border-left : 2px solid #000;
      border-right : 2px solid #000;
    }
    
    .responsive-columns div:nth-child(2n) {
      border-right : 2px solid #000;
    }


}


.hide-desktop  {display:none;}
.home-cover {display:none;}


/* menu breakpoint */
@media (max-width:968px) {
	nav .burger {display:block;}
	nav .rezo, nav .menu {display:none;}
  .hide-splide {display:none;}
  .splide__arrows {display:none;}
  .home-cover {
    display:block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}


/* tablet breakpoint */
@media (max-width:768px) {
  .responsive-columns > * { width:100%;}
  .col-33, .col-66, .col-50 { width:100%;}
  .responsive-columns div:nth-child(2n) {
    border-left : 2px solid #000;
  }
  .border > div:nth-child(2n) {
    border-left : 2px solid #000;
  }
  .hide-desktop {display:block;}
 
}


/* stop slider splide */
@media (max-width:700px) {

}


/* tablet breakpoint */
@media (max-width:320px) {
	nav .brand {font-size: 8vmin;}
	.overlay-content {font-size:10vmin;}
	main .container {padding: 0 0.2em;}
}


/* a voir... pour enlever blanc du bas */
.imgapropos {
  margin-bottom: -5px;
}

.taillereelle img{
  width : initial;
  height: initial;
  max-width: 100%;
}