@charset "UTF-8";
/* CSS Document */

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}
@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}



@font-face {
 font-family: "Euclid Circular";
 src:url("fonts/euclidcirculara-bold-webfont.woff2") format("woff2"),
        url("fonts/euclidcirculara-bold-webfont.woff2") format("woff");
}



body{
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	font-family: "Euclid Circular";
}
p{
	font-family: "Euclid Circular";
}
a{
	font-family: "Euclid Circular";
    text-decoration: none;
    color:rgba(255,255,255,1.00);
}
div.col-lg-6:nth-child(2) > a:nth-child(7){
    font-family: "Euclid Circular";
    text-decoration: none;
    color:rgba(255,255,255,1.00);
}
div.col-lg-6:nth-child(2) > a:nth-child(7):hover{
    font-family: "Euclid Circular";
    text-decoration: underline;
    color:rgba(255,255,255,1.00);
}
h2{
	font-family: "Euclid Circular";
	font-size: 2em !important;
}

.contactxt{
    text-decoration: none!important;
    color: rgba(255,255,255,1.00)!important;
    animation-duration: 0.3s!important;
}
.contactxt:hover{
    transform: scale(1.5)!important;
    color: rgba(185,185,185,1.00);
}
.titre_fer{
    margin-top: 130px;
    font-size: 300%;
    color: rgba(0,0,0,1.00);
    display: block;
}
.texte_fer{
    font-size: 200%;
    color: rgba(0,0,0,1.00);
    display: block;
    line-height: 110%;
}
.ARTISTIQUE{
	top: 35%;
	bottom: 50%;
	left: 20%;
	right: 20%;
	z-index: 1;
    color:rgba(255,255,255,1.00);
    text-shadow: 1px 1px 2px black;
    text-decoration: none;
    font-size: 200%;
}
.ARTISTIQUE:hover{
    color: rgba(249,249,249,1.00);
    
}
.FERBLANTERIE{
    top: 45%;
	bottom: 50%;
	left: 30%;
	right: 20%;
	z-index: 1;
    color:rgba(255,255,255,1.00);
    text-shadow: 1px 1px 2px black;
    text-decoration: none;
    font-size: 200%;
}
.FERBLANTERIE:hove{
    color: rgba(249,249,249,1.00);
}

.shake-vertical {
	-webkit-animation: shake-vertical 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: shake-vertical 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	width: 108px;
    height: 51px;
}
.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}
.bouton_droite{
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
}
.bouton_droite :hover{
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.1);
	
}
.gallerie_shpe{
	position: absolute;
	height: 528px;
	width: 755px;
	z-index: 2;
}
.gallerie_img{ 
	position: relative;
	height: 475px;
	width: 679px;
	z-index: 1;
}



.trait-haut{
	height: 7px;
	margin-right: 0em;
	margin-left: 0em;
	background-color: #000000;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.trait-haut-blanc{
	height: 7px;
	margin-right: 50%;
	margin-left: 0em;
	background-color:rgba(255,255,255,1.00);
	border-radius: 5px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.trait-bas{
	height: 7px;
	margin-right: 0em;
	margin-left: 0em;
	background-color: #000000;
	border-radius: 5px;
	margin-top: 50px;
}
.trait-haut2{
	margin-top: 200px;
}



.BFM{
	background-image:url("pictures/FORME1.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.BFM h2{
	top: 40%;
	bottom: 50%;
	left: 25%;
	right: 20%;
	color: rgba(0,0,0,1.00);
	z-index: -1;
}
.BFM img{
 opacity: 100%;
 transition-duration: 0.4s;
}
.BFM img:hover{
 opacity: 0%;
 transition-duration: 0.7s;
}



.GOU{
	background-image:url("pictures/FORME2.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.GOU h2{
	top: 35%;
	bottom: 50%;
	left: 20%;
	right: 20%;
	color: rgba(0,0,0,1.00);
	z-index: -1;
}
.GOU img{
 opacity: 100%;
 transition-duration: 0.4s;
}
.GOU img:hover{
 opacity: 0%;
 transition-duration: 0.7s;
}



.DOR{
	background-image:url("pictures/FORME3.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.DOR h2{
	top: 35%;
	bottom: 50%;
	left: 20%;
	right: 20%;
	color: rgba(0,0,0,1.00);
	z-index: -1;
}
.DOR img{
 opacity: 100%;
 transition-duration: 0.4s;
}
.DOR img:hover{
 opacity: 0%;
 transition-duration: 0.7s;
}



.GRI{
	background-image:url("pictures/FORME4.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.GRI h2{
	top: 40%;
	bottom: 50%;
	left: 10%;
	right: 10%;
	color: rgba(0,0,0,1.00);
	z-index: -1;
}
.GRI img{
 opacity: 100%;
 transition-duration: 0.4s;
}
.GRI img:hover{
 opacity: 0%;
 transition-duration: 0.7s;
}



.TAB{
	background-image:url("pictures/FORME5.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.TAB h2{
	top: 40%;
	bottom: 50%;
	left: 10%;
	right: 10%;
	color: rgba(0,0,0,1.00);
	z-index: -1;
}
.TAB img{
 opacity: 100%;
 transition-duration: 0.4s;
}
.TAB img:hover{
 opacity: 0%;
 transition-duration: 0.7s;
}



.LUM{
	background-image:url("pictures/FORME6.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.LUM h2{
	top: 40%;
	bottom: 50%;
	left: 10%;
	right: 10%;
	color: rgba(0,0,0,1.00);
	z-index: -1;
}
.LUM img{
 opacity: 100%;
 transition-duration: 0.4s;
}
.LUM img:hover{
 opacity: 0%;
 transition-duration: 0.7s;
}



.bouton_bas{
	margin-top: 20px;
	margin-bottom: 20px;
}
.logo{
	margin-bottom: -250px;
	padding-top: 50px;
}
.logo2{
	margin-bottom: -180px;
	padding-top: 50px;
}

@media screen and (max-width: 600px)
{
     .trait-haut-blanc{
	height: 7px;
	margin-right: 0%;
	margin-left: 0em;
	background-color:rgba(255,255,255,1.00);
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}  
    
	.logo{
		padding-top: 10px;
		margin-bottom: -180px;
		height: 119px;
		width: 93px;
	}
	
	.trait-haut{
		margin-top: 20px;
	}
	
	h2{
	font-family: "Euclid Circular";
	font-size: 2em !important;
}
}

@media screen and (max-width: 810px)
{
    
 .trait-haut-blanc{
	height: 7px;
	margin-right: 0%;
	margin-left: 0em;
	background-color:rgba(255,255,255,1.00);
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}   

 h2{
	font-family: "Euclid Circular";
	font-size: 2em !important;
	max-height: 85px;
    max-width: 130px;
}
.logo_index img{
    max-height: 59px;
    max-width: 91px;
}	

}


.logo_index img{
max-height: 85px;
max-width: 130px;
}
.bg-black{
    background-color: rgba(0,0,0,1.00);
}
.txtbfm{
    margin-top: 7%;
    margin-left: -5%;
}

.fleche{
	margin: auto;
	display: block;
	width: 163px;
	height: 50px;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	text-overflow: clip;
	font-size: 30px;
	text-align: center;
	margin-bottom: 70px;
}
.fleche:hover{
	color: rgba(0,0,0,1.00);
    text-decoration: 
}
.contact{
	color:rgba(255,255,255,1.00);
	border-radius: 5px;
	padding: 30px;
}
