@charset "utf-8";

section.zone1 .bandeau {
    height: 300px;
}


.iframe-contain, .adresse-contain {
	vertical-align: top;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}


.iframe-contain{width:65%;}
.iframe-contain iframe{width:100%;height: 290px;}

.adresse-contain{
	
	width:-webkit-calc(35% - 20px);
	width:-moz-calc(35% - 20px);
	width:-o-calc(35% - 20px);
	width:calc(35% - 20px);
	
	margin-left:20px;
	
}

.adresse-contain .bloc-produit {
    height: 265px;
	    border: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: auto;
    -ms-transition: unset;
    -webkit-transition: unset;
    transition: unset;
}
.adresse-contain .bloc-produit::after {
	display:none;
}
.adresse-contain .bloc-produit:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.adresse-contain .bloc-produit  .bloc-theme-txt{
    background-color: rgba(255,255,255,1);
	height: 90px;
	overflow: visible;
	padding-top:20px;
}
.adresse-contain .bloc-produit .bloc-theme-txt:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0px;
    display: block;
    width: 0;
    height: 0;
    border-left: 350px solid transparent;
    border-bottom: 20px solid rgba(255,255,255,1);
    -ms-transition: unset;
    -webkit-transition: unset;
    transition: unset;
}
.adresse-contain .bloc-produit .bloc-theme-txt a {
    text-decoration: none;
    color: #222227;
    display: block;
    height: auto;
    padding-top: 10px;
}
.adresse-contain .bloc-produit .bloc-theme-txt a.link-tel,.adresse-contain .bloc-produit .bloc-theme-txt a.link-mail{
	display:block;
	text-align:center;
	
}

.adresse-contain .bloc-produit .bloc-theme-txt a.link-tel{
	margin-top:10px;
	text-decoration:none;
	color:rgba(34,34,39,1);
}

.adresse-contain .bloc-produit .bloc-theme-txt a.link-mail{
	    color: #9e2d5d;
    padding-top: 2px;
    text-decoration: underline;
}




#categories{
	margin: 0px;
	margin-top: 20px;
}


#categories li{
		vertical-align: top;
		list-style: none;
		display: inline-block;
		margin: 0px;
		margin-right:20px;
		margin-bottom: 20px;
		padding: 0px;
		width:-webkit-calc(25% - 15px);
		width:-moz-calc(25% - 15px);
		width:-o-calc(25% - 15px);
		width:calc(25% - 15px);
	
		position: relative;
	}

#categories li:nth-child(4n+0){
 	margin-right:0px;
}

#categories li div{
  width:100%;
	height:160px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

#categories li div img{
  	width: 100%;
	height:100%;
	visibility: hidden;
}
#categories li div a{
  	width: 100%;
	height:100%;
	display: block;
	text-decoration: none;
}

#categories li a.link-txt {
    float: left;
    display: block;
    width: 30px;
    height: 65px;
    text-decoration: none;
    color: #222227;
    border-right: solid #222227 1px;
    margin-top: 10px;
    margin-right: 10px;
}

#categories li a span.icon-enveloppe {
    font-size: 2em;
    margin-top: 0px;
	width: 100%;
}

#categories li h3 {
	display: inline-block;
	
	width: -webkit-calc(100% - 41px);
    width: -moz-calc(100% - 41px);
    width: -o-calc(100% - 41px);
    width: calc(100% - 41px);
	
    margin-top: 10px;
	line-height: 1.2em;
}
#categories li h3 span{
    display: inline-block;
}
#categories li h3 span:first-child {
    font-weight: 400;
    margin-right: 5px;
}
#categories li p {
	margin-top: 0px;
    line-height: 1em;
    color: #9e2d5d;
}
#categories li a.more-infos-equipe {
	display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    width: 20px;
    height: 20px;
    color: rgba(201,201,201,1);
    line-height: 20px;
    background-color: #FFF;

}
#categories li a.more-infos-equipe span {
    border: 2px solid rgba(201,201,201,1);
    display: block;
    width: 20px;
    height: 20px;
    color: rgba(201,201,201,1);
    font-size: 0.7em;
    text-align: center;
    line-height: 20px;
    background-color: #FFF;
}

#categories li .pop-in-txt-option {
    width: 190px;
    height: auto;
    position: absolute;
    z-index: 99999;
    bottom: 20px;
    left: 40px;
    display: none;
    background-color: #FFF;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

#categories li .pop-in-txt-option p {
    margin-top: 0px;
    line-height: 1.2em;
	font-size: 1em;
    color: #222227;
}
#categories li:nth-child(4n+0) .pop-in-txt-option{
 	left: auto;
    right: 5px;
}

#fork{
  position:fixed;
  top:0;
  left:0;
  color:#000;
  text-decoration:none;
  border:1px solid #000;
  padding:.5em .7em;
  margin:1%;
  transition: color .5s;
  overflow:hidden;
}
#fork:before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 130%; height: 100%;
  background: #000;
  z-index: -1;
  transform-origin:0 0 ;
  transform:translateX(-100%) skewX(-45deg);
  transition: transform .5s;
}
#fork:hover {
  color: #fff;
}
#fork:hover:before {
  transform: translateX(0) skewX(-45deg);
}
@media screen and (min-width: 1024px) {	

	
	#categories li.pusher-mobile,#categories li.pusher{
		display: none;
	}
	
	section.zone1 .bandeau div h1 {
		padding-right: 150px;
		top: 170px;
	}

}

@media screen and (max-width: 680px) {	

	.iframe-contain {
		width: 100%;
	}
	.adresse-contain {
		width: 100%;
		margin-left: 0px;
	}
	
	#categories li{
		vertical-align: top;
		list-style: none;
		display: inline-block;
		margin: 0px;
		margin-right:20px;
		margin-bottom: 20px;
		padding: 0px;
		width:-webkit-calc(33% - 13px);
		width:-moz-calc(33% - 13px);
		width:-o-calc(33% - 13px);
		width:calc(33% - 13px);
	}
	#categories li:nth-child(4n+0){
		margin-right:20px;
	}
	#categories li:nth-child(2n+0){
		margin-right:20px;
	}
	#categories li:nth-child(3n+0){
		margin-right:0px;
	}
	
	
	#categories li:nth-child(4n+0) .pop-in-txt-option{
		left: 40px;
		right: auto;
	}
	#categories li:nth-child(2n+0) .pop-in-txt-option{
		left: 40px;
		right: auto;
	}
	#categories li:nth-child(3n+0) .pop-in-txt-option{
		left: auto;
		right: 5px;
	}


}

@media screen and (max-width: 480px) {	


	#categories li{
		vertical-align: top;
		list-style: none;
		display: inline-block;
		margin: 0px;
		margin-right:20px;
		margin-bottom: 20px;
		padding: 0px;
		width:-webkit-calc(50% - 10px);
		width:-moz-calc(50% - 10px);
		width:-o-calc(50% - 10px);
		width:calc(50% - 10px);
	}
	#categories li:nth-child(3n+0){
		margin-right:20px;
	}
	#categories li:nth-child(2n+0){
		margin-right:0px;
	}

	
	#categories li:nth-child(3n+0) .pop-in-txt-option{
		left: 40px;
		right: auto;
	}
	#categories li:nth-child(2n+0) .pop-in-txt-option{
		left: auto;
		right: 5px;
	}




}
