.zone-texte {
	position: relative;
    
}
.body {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    

}

.page {
    position: absolute;
    background-size: cover;
    background-position: center;

}

.page::before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0); /* Superpose une couleur semi-transparente */
      
}
body{
  background-image : urL('https://files.cargocollective.com/c2587163/KRAFT3.png')
}
 

h1:before{
  content:"text";
  position:absolute;
  color:#262626;
  top:0;
  left:0;
  width:0%;
  overflow:hidden;
  transition:all 0.5s;
}

h1:hover:before{
  width:100%;

   

}
[data-view= "agence"]
.prix:hover {
	filter : none;
}

.equipe:hover {
	filter: none;
}

.agence:hover {
	filter : none;
}

.agence{
	position: fixed;
   opacity: 1;
}

.equipe{
	position: fixed;
    opacity: 1;
    content:"text";
    position:absolute;
    color:#262626;
    top:0;
    left:0;
    width:0%;
    transition:all 0.s;
}

.prix{
	position: fixed;
    opacity: 1;
}
[data-view= "Thumbnail"]
.thumbnail:hover .thumb_image {
    filter: unset;
    mix-blend-mode: normal;
    transition: filter 0.5s;
    opacity :1 ;
}

.thumbnail .thumb_image {
    filter: grayscale(100%); /* Appliquer le filtre en niveaux de gris */
    mix-blend-mode: multiply; /* Pour un effet de mélange */
    opacity: 1;/* Assure que l'image est au-dessus */
    transition: filter 0.5s, opacity 0.5s; /* Ajout de la transition */
}
thumbnail:hover .thumb_image{
	filter: none;
    opacity: 1;
    mix-blend-mode: normal;

}
.page a.active {
	color: rgba(0, 0, 0, 0.4);
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 4.5rem;
    list-style-type: decimal-leading-zero;
}

ol > li {
    padding-left: 0.75rem;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(0, 0, 0, 0.25);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: 1.4rem;
    vertical-align: bottom;
}

.gallery_image_caption {
    margin-top: 0.8em;
    margin-bottom: 3.0rem;
    font-size: 1.2rem;
	line-height: 1.3;
	font-family: "Monument Grotesk Mono", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
    letter-spacing: 0.03em;
    text-align: left;
}

[data-predefined-style="true"] bodycopy {
	font-size: 1.6rem;
	font-weight: 327;
	color: rgba(0, 0, 0, 0.94);
	font-family: "Arizona Text Variable", Icons;
	font-style: normal;
	line-height: 1.2;
	font-variation-settings: 'slnt' -1, 'SRFF' 0.86;
    
  
    
    
    
}
[data-predefined-style="true"] bodycopy a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.85);
	text-decoration: none;
  
}

[data-predefined-style="true"] bodycopy a:hover {
	
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Authentic Sans", Icons;
	font-style: normal;
	font-weight: 300;
	padding: 0;
	margin: 0;
	font-size: 3rem;
	line-height: 0.9;
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
	font-family: "Authentic Sans", Icons;
	font-style: normal;
	font-weight: 300;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.04em;
}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.3;
	font-family: "Arizona Sans Variable", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(45, 44, 44, 1);
    letter-spacing: 0.03em;
	font-variation-settings: 'slnt' 0, 'SRFF' 0.65;
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.4);
}



.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/; 
}

[dat] body {
	background-color: transparent/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100% /*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 3rem /*!main_margin*/;
	padding-bottom: 3rem /*!main_margin*/;
	padding-left: 3rem /*!main_margin*/;
	padding-right: 3rem /*!main_margin*/;

  
}

[data-css-preset] .backdrop {
	width: 100% /*!background_cover*/;
}

[data-view] 
div[thumbnails] {
	justify-content: flex-start;
    position: relative;
}

[data-css-preset] .thumbnails {
     background-image : urL('https://files.cargocollective.com/c2587163/KRAFT3.png')
      
}

[data-css-preset] .thumbnails_width {
    width: 96%/*!thumbnails_width*/;
    
}

[data-css-preset] [thumbnails-pad] {
    padding: 0.5rem/*!thumbnails_padding*/;
  
}

[data-css-preset] [thumbnails-gutter] {
    margin: 2.rem
      /*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.55rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1.rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0, 0, 0, 1);
    outline-offset: px;
}
	      
.thumbnails > .container > .content_padding {
	padding : unset ! important;
}
.thumbnails .has_title {
	position: relative;
}

.thumbnail .title span{
	text-align: center;
    margin: 0px !important;
}

 .thumbnail > a {
    position: relative;
}

.thumbnail .title {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    margin: 0rem;
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 1);
    align-content: left;
    display: inline-block;
    left: 0rem;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    z-index: 9;
    opacity: 0;
    position:absolute;
    
}

.thumbnail:hover .title {
    opacity: 1;
}

body.mobile .thumbnail .thumbnail:hover .title {
    opacity: 0;
    
}

.thumbnails .tags {
    margin-top: 0rem;
    margin-bottom: 1.5rem;
    font-size: rem;
	font-weight: 400;
	color: rgba(104, 104, 104, 1);
	font-family: "Arizona Text Variable", Icons;
	font-style:normal;
	line-height: 1.5;
    text-align: center;
}

.thumbnails .tags a {
	border-bottom: 1px solid transparent;
    color: rgba(0, 0, 0, 0.42);
    font-size: 1rem;
    text-decoration: none;
}

.thumbnails .tags a:hover {
}

.tiles {
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
   transform: translate(-50%, -50%);
}
.thumbnails .tile {
  display: inline-block;
  margin: 10px;
  text-align: left;
  opacity: .99;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.thumbnails .tile:before {
  content: '';
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  transition-property: top, opacity;
  transition-duration: 0.3s;
}


.thumbnails .tile img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
}
.thumbnails .tile .details {
  font-size: 16px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.thumbnails .tile .details span {
  display: block;
  opacity: 0;
  position: relative;
  top: 100px;
  transition-property: top, opacity;
  transition-duration: 0.3s;
  transition-delay: 0s;
}


        
        
	
