@font-face {font-family: 'Open';src: url('../fonts/AvenirNextLTPro-UltLtCn.otf') format('truetype');}
@font-face {font-family: 'Open1';src: url('../fonts/AvenirNextLTPro-Regular.otf') format('truetype');}
@font-face {font-family: 'Lato';src: url('../fonts/Lato-Light.ttf') format('truetype');}
@font-face {font-family: 'Lato1';src: url('../fonts/Lato-Thin.ttf') format('truetype');}

html {padding-left:0;margin-left:0;}
body {background-image:url(../Images/fond_gris.jpg);background-attachment:fixed;}

.no-padding > [class*='col-'] {
    padding-right:0 !important;
    padding-left:0 !important;
}

.container-fluid {margin:0;padding:0;}
/*#bandeau {background-image:url(../Images/band.jpg);height:160px;width:100%;position:fixed;top:0;z-index:10000;}
#bandeaupre {font-family:Lato;font-size:30px;padding-top:20px;padding-left:4.6em;}
#bandeaunom {color:#297E94;font-size:70px;font-family:Lato;letter-spacing: 0.2em;padding-left:4.2em;margin-top:-16px;}
#sculp {color:#297E94;font-size:55px;font-family:Lato;letter-spacing: 0.1em;float:right;margin-top:-100px;margin-right:6em;}*/
#bandeau {background-image:url(../Images/band.jpg);height:170px;width:100%;position:fixed;top:0;z-index:10000;}
#bandeaupre {font-family:Lato;font-size:48px;color:#297E94;word-spacing:70px;/*padding-top:20px;padding-left:4.6em;*/}
/*#bandeaunom {color:#297E94;font-size:62px;font-family:Lato;letter-spacing: 0.1em;padding-left:4.2em;margin-top:-20px;}*/
#sculp {font-size:48px;font-family:Lato;letter-spacing: 0.1em;/*float:right;margin-top:-88px;margin-right:6em;*/}

.romenu {margin-top:40px;display: flex;
    justify-content:space-between;}

#nem {position:absolute;right:135px;top:12px;font-family:Open1;font-size:20px;}
#martop {margin-top:225px;position:fixed;}
#martop1 {margin-top:225px;}

h2{
	font-family:Lato;
    margin:0;
    padding:0;
    text-align:center;
    position:relative;
	
}

.un::before{
content:"";
    position:absolute;
    left:60px;
    width:22%;
    z-index:-1;    
    top:50%;
    height:1.5px;
background-color:#000;}

.hamb{
  background:none;
  position:absolute;
  top:1px;
  right:60px;
  line-height:45px;
  padding:5px 35px 0px 15px;
  color:#808080;
  border:0;
  font-size:1.8em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.cross{
  background:none;
  position:absolute;
  top:1px;
  right:60px;
  padding:7px 35px 0px 15px;
  color:#808080;
  border:0;
  font-size:4em;
  line-height:65px;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.menu{background-color:#fff; position:absolute; text-align:center; font-size:16px;right:95px;top:10px;font-family:Open1;letter-spacing: 0.1em;}
.menu ul {margin: 0; padding:0 30px;list-style-type: none; list-style-image: none;}
.menu .oui li {display: block;   padding:8px 0 8px 0; border-bottom:#808080 1px solid;text-decoration:none;}
.menu .oui li:hover{display: block; padding:8px 0 8px 0; border-bottom:#000 1px solid;}
.menu .non li {display: block;   padding:8px 0 8px 0;text-decoration:none;}
.menu .non li:hover {display: block; padding:8px 0 8px 0;}
.menu ul li a { text-decoration:none;  margin: 0px;}
.menu ul li a:hover {text-decoration:none;}
.menu a{text-decoration:none;color:black;}
.menu a:hover{text-decoration:none; color:#297E94;}
#ff {font-style:italic;}

#exp {margin-top:25px;font-family:Open1;font-size:18px;margin-left:35%;}

#marhaut {margin-top:15%;}
#margauche {margin-left:28%;}
#encetop {margin-top:9%;}

#taimg {
    width: 350px;
    height: 350px;
   object-fit: cover;
}


.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 6px;
}

/* Create four equal columns that sits next to each other */
.column {
    /*flex: 25%;
    max-width: 25%;*/
	flex: 32%;
    max-width: 32%;
    padding: 16px 16px;
}
.column1 {
    /*flex: 25%;
    max-width: 25%;*/
	flex: 42%;
    max-width: 42%;
    padding: 16px 16px;
}

.column2 {
    /*flex: 25%;
    max-width: 25%;*/
	flex: 51%;
    max-width: 51%;
    padding: 16px 16px;
}

.column3 {
    /*flex: 25%;
    max-width: 25%;*/
	flex: 28%;
    max-width: 28%;
    padding: 16px 16px;
}



.column img {
    /*margin-top: 8px;*/
	margin-top: 26px;
    vertical-align: middle;
}

.column1 img {
    /*margin-top: 8px;*/
	margin-top: 26px;
    vertical-align: middle;
}

.column2 img {
    /*margin-top: 8px;*/
	margin-top: 26px;
    vertical-align: middle;
}

.column3 img {
    /*margin-top: 8px;*/
	margin-top: 26px;
    vertical-align: middle;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
	.column1 {
        flex: 50%;
        max-width: 50%;
    }
	.column2 {
        flex: 50%;
        max-width: 50%;
    }
	.column3 {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
	 .column1 {
        flex: 100%;
        max-width: 100%;
    }
	.column2 {
        flex: 100%;
        max-width: 100%;
    }
	.column3 {
        flex: 100%;
        max-width: 100%;
    }
}


.clickable-container {
  position:relative;
  /*color:white;*/
  /*width:310px;*/
  width:100%;
  display:block;transition: 0.5s;
    
}

.clickable-container:hover img{
  cursor:pointer;
  /*color:#fff490;*/
  /*color:#297E94;*/
  
 filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);transition: 0.5s linear;
	
}


.overlay{
  display:none;
    text-align: center;background-color: rgba(255, 255, 255, 0.3);
	
	
}


.clickable-container:hover .overlay {
  position:absolute;
  top:0;
  left:0;
display: flex;
  flex-direction:column;
  /*justify-content:center;
  background: #1d1f21;*/
    width:100%;
	height:100%;
   /*opacity:1;*/
 
 }

 
.clickable-container:hover .overlay .taille {
  position:absolute;
  top:0;
  left:0;
display: flex;
  flex-direction:column;
  /*justify-content:center;
  background: #1d1f21;*/
 /*background:red;*/
 font-family:Open1;
 font-size:20px;letter-spacing: 0.1em;
 text-align:center;
 top:6%;
   width:100%;
	height:100%;
   opacity:1;color:blue;
  
 }


 
.clickable-container:hover .overlay .texte {
  position:absolute;
  top:0;
  left:0;
display: flex;
  flex-direction:column;
  /*justify-content:center;
  background: #1d1f21;*/
 /*background:red;*/
 font-family:Open1;
 font-size:20px;letter-spacing: 0.2em;
 text-align:center;

 top:40%;
 /*right:50%;*/
   width:100%;
	height:100%;
   opacity:1;color:blue;
   
 }
 

 
.clickable-container:hover .overlay .prix {
  position:absolute;
  top:0;
  left:0;
display: flex;
  flex-direction:column;
  /*justify-content:center;
  background: #1d1f21;*/
 /*background:red;*/
 font-family:Open1;
 font-size:22px;letter-spacing: 0.2em;
 text-align:center;
 top:80%;
   width:100%;
	height:100%;
   opacity:1;color:blue;
 }
 

 
 
.single-news > img {
  padding:0;
  /*background:#1d1f21;*/
 
display:block;

}

h3.responsive-title {
  font-size:1.4rem;
}


/*.responsive-prix {
  font-size:1.2rem;
}*/

/*.overlay-content {
 font-size:1.3rem;font-family:'Open1';font-size:20px;margin-top:40px;
    opacity:1;
}*/



/*@media (max-width: 1000px) {
  .wrap {
   flex-direction: column;
    width:400px;
  }
}*/

/*.retour {position:relative;}*/



/*.retour:hover {
	cursor: pointer;border:2px solid red;
	background: #008ed6;transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-in;
	}
.retour:hover .cache { 
  opacity: 0.5;}*/
  
  
@media only screen and (max-width:1700px) {
#bandeaupre {font-family:Lato;font-size:40px;color:#297E94;word-spacing:50px;/*padding-top:20px;padding-left:2.6em;*/}
/*#bandeaunom {color:#297E94;font-size:50px;font-family:Lato;letter-spacing: 0.1em;padding-left:2.8em;margin-top:0px;} */
#sculp {font-size:45px;font-family:Lato;letter-spacing: 0.1em;float:right;/*margin-top:-78px;margin-right:5em;*/}

.romenu  {margin-top:40px;display: flex;
    justify-content:space-between;}

#nem {position:absolute;right:115px;top:14px;font-family:Open1;font-size:18px;}
#exp {margin-top:25px;/*margin-left:155px;*/font-family:Open1;font-size:18px;margin-left:33%;width:100%;/*text-indent:20px;*/}

#taimg {
    width: 300px;
    height: 300px;
   object-fit: cover;
}

.un::before{
content:"";
    position:absolute;
    left:60px;
    width:12%;
    z-index:-1;    
    top:50%;
    height:1.5px;
background-color:#000;}

.hamb{
  background:none;
  position:absolute;
  top:1px;
  right:25px;
  line-height:45px;
  padding:5px 55px 0px 15px;
  color:#808080;
  border:0;
  /*font-size:1.4em;*/
  font-size:1.8em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.cross{
  background:none;
  position:absolute;
  top:1px;
  right:25px;
  padding:7px 35px 0px 15px;
  color:#808080;
  border:0;
  /*font-size:3em;*/
  font-size:4em;
  line-height:65px;
  /*font-weight:bold;*/
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.menu{font-size:0.8em;background-color:#fff; position:absolute; text-align:center; font-size:16px;right:55px;top:10px;font-family:Open1;letter-spacing: 0.1em;}
.menu ul {margin: 0; padding:0 30px;list-style-type: none; list-style-image: none;}
.menu .oui li {display: block;   padding:8px 0 8px 0;border-bottom:#808080 1px solid;text-decoration:none;}
.menu .oui li:hover {display: block; padding:8px 0 8px 0;border-bottom:#000 1px solid;}
.menu .non li {display: block;   padding:8px 0 8px 0;text-decoration:none;}
.menu .non li:hover {display: block; padding:8px 0 8px 0;}

.menu ul li a { text-decoration:none;  margin: 0px;}
.menu ul li a:hover {text-decoration:none;}
.menu a{text-decoration:none;color:black;}
.menu a:hover{text-decoration:none; color:#297E94;}

#marhaut {margin-top:15%;}
#margauche {margin-left:28%;}



.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 6px;
}

/* Create four equal columns that sits next to each other */
.column {
    /*flex: 25%;
    max-width: 25%;*/
	flex: 32%;
    max-width: 32%;
    padding: 0 6px;
}

.column img {
    /*margin-top: 8px;*/
	margin-top: 8px;
    vertical-align: middle;
}
.column1 {
    /*flex: 25%;
    max-width: 25%;*/
	flex: 42%;
    max-width: 42%;
    padding: 16px 16px;
}
.column2 {
    /*flex: 25%;
    max-width: 25%;*/
	flex: 51%;
    max-width: 51%;
    padding: 16px 16px;
}

.column3 {
    /*flex: 25%;
    max-width: 25%;*/
	flex: 28%;
    max-width: 28%;
    padding: 16px 16px;
}



.column1 img {
    /*margin-top: 8px;*/
	margin-top: 26px;
    vertical-align: middle;
}

.column2 img {
    /*margin-top: 8px;*/
	margin-top: 26px;
    vertical-align: middle;
}

.column3 img {
    /*margin-top: 8px;*/
	margin-top: 26px;
    vertical-align: middle;
}



/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
	 .column1 {
        flex: 50%;
        max-width: 50%;
    }
	.column2 {
        flex: 50%;
        max-width: 50%;
    }
	.column3 {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
	.column1 {
        flex: 100%;
        max-width: 100%;
    }
	.column2 {
        flex: 100%;
        max-width: 100%;
    }
	.column3 {
        flex: 100%;
        max-width: 100%;
    }
}


.clickable-container {
  position:relative;
  /*color:white;*/
  /*width:310px;*/
  width:100%;
  display:block;transition: 0.5s;
    
}

.clickable-container:hover img{
  cursor:pointer;
  /*color:#fff490;*/
  /*color:#297E94;*/
  
 filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);transition: 0.5s linear;
	
}


.overlay{
  display:none;
    text-align: center;background-color: rgba(255, 255, 255, 0.3);
	
	
}

.clickable-container:hover .overlay {
  position:absolute;
  top:0;
  left:0;
display: flex;
  flex-direction:column;;
  /*justify-content:center;
  background: #1d1f21;*/
    width:100%;
	height:100%;
   /*opacity:1;*/
  
 }

 
.clickable-container:hover .overlay .taille {
  position:absolute;
  top:0;
  left:0;
display: flex;
  flex-direction:column;
  /*justify-content:center;
  background: #1d1f21;*/
 /*background:red;*/
 font-family:Open1;
 font-size:18px;letter-spacing: 0.1em;
 text-align:center;
 top:6%;
   width:100%;
	height:100%;
   opacity:1;color:blue;
  
 }
 

 
.clickable-container:hover .overlay .texte {
  position:absolute;
  top:0;
  left:0;
display: flex;
  flex-direction:column;
  /*justify-content:center;
  background: #1d1f21;*/
 /*background:red;*/
 font-family:Open1;
 font-size:18px;letter-spacing: 0.2em;
 text-align:center;

 top:40%;
 /*right:50%;*/
   width:100%;
	height:100%;
   opacity:1;color:blue;
   
 } 
 
.clickable-container:hover .overlay .prix {
  position:absolute;
  top:0;
  left:0;
display: flex;
  flex-direction:column;
  /*justify-content:center;
  background: #1d1f21;*/
 /*background:red;*/
 font-family:Open1;
 font-size:20px;letter-spacing: 0.2em;
 text-align:center;
 top:80%;
   width:100%;
	height:100%;
   opacity:1;color:blue;
 }
 
 
 
 
.single-news > img {
  padding:0;
  /*background:#1d1f21;*/
 
display:block;

}

h3.responsive-title {
  font-size:1.4rem;
}


/*.responsive-prix {
  font-size:1.2rem;
}*/

/*.overlay-content {
 font-size:1.3rem;font-family:'Open1';font-size:20px;margin-top:40px;
    opacity:1;
}*/



/*@media (max-width: 1000px) {
  .wrap {
   flex-direction: column;
    width:400px;
  }
}*/

/*.retour {position:relative;}*/



/*.retour:hover {
	cursor: pointer;border:2px solid red;
	background: #008ed6;transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-in;
	}
.retour:hover .cache { 
  opacity: 0.5;}*/
  

}
       
    

