@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');}
@media only screen and (max-width:480px) {
html {padding-left:0;margin-left:0;}
body {background-image:url(../Images/fond_gris.jpg);background-attachment:fixed;background-size: cover;}

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

.container-fluid {margin:0;padding:0;}
#bandeau {background-image:url(../Images/band1.jpg);height:95px;width:100%;position:fixed;top:0;z-index:10000;}
#bandeaupre {font-family:Lato;font-size:18px;color:#297E94;word-spacing:9px;/*padding-top:12px;padding-left:1.6em;*/}
/*#bandeaunom {color:#297E94;font-size:20px;font-family:Lato;letter-spacing: 0.2em;padding-left:3.2em;margin-top:-14px;}*/
/*#bandeaunom {color:#297E94;font-size:20px;font-family:Lato;letter-spacing: 0.2em;padding-left:1.6em;margin-top:-5px;}*/
#sculp {font-size:18px;font-family:Lato;letter-spacing: 0.1em;padding-left:11px;/*margin-top:-14px;*/}

.row {margin-top:55px;display: flex;
justify-content:center;}

#nem {visibility: hidden;}
#martop {margin-top:120px;position:static;}
#martop1 {margin-top:70px;}
#exp {margin-top:15px;font-family:Open1;font-size:18px;opacity:1;margin-left:13px;}

#margauche {margin-left:-10px;}

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

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

.hamb{
  background:none;
  position:absolute;
  top:1px;
  right:1px;
  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:10px;
  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:40px;top:10px;font-family:Open1;letter-spacing: 0.1em;}
.menu ul {margin: 0; padding:0 20px;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;}





.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;
}
.column1 {
    /*flex: 25%;
    max-width: 25%;*/
	flex: 42%;
    max-width: 42%;
    padding: 0px 6px;
}
.column1 img {
    /*margin-top: 8px;*/
	margin-top: 8px;
    vertical-align: middle;
}

.column img {
    /*margin-top: 8px;*/
	margin-top: 8px;
    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%;
    }
}

/* 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%;
    }
}


.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;}*/
  
  
}