.contact{
    background-image: url("../../images/social.webp");
    background-position: center top;
    background-repeat: no-repeat;
}

@font-face
{
    font-family: 'Myriad-Pro-Bold';
    src: url('../font/Myriad-Pro-Bold.ttf');
}

@font-face
{
    font-family: 'Myriad-Pro-Regular';
    src: url('../font/Myriad-Pro-Regular.ttf');
}

body
{
    font: normal 1.4em Myriad-Pro-Regular;
    width: 100%;
}

.myriad
{
    font: bold normal 2.5em Myriad-Pro-Bold;
}

a:hover{
    text-decoration: none;
}

#header-accueil{
    background-image: url("../../images/background-accueil.png");
    background-position: center top;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
}

#header-presentation{
    background-image: url("../../images/ampoulemodif.png");
    background-position: center top;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
}

#header-pompeachaleur{
    background-image: url("../../images/pompe.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
}

#header-climatisation{
    background-image: url("../../images/clim.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
}

#header-promotion{
    background-image: url("../../images/promo-ete.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
}
#header-entretien{
    background-image: url("../../images/entretien.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
}

#header-desembouage{
    background-image: url("../../images/desembouage.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
}

#header-thermodynamique{
    background-image: url("../../images/ballon-thermodynamique.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
}

#header-avis{
    background-image: url("../../images/avis.png");
    background-position: center top;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
}

#header-accueil h1, #header-climatisation h1, #header-avis h1, #header-entretien h1{
    font-size: 72px;
    font-weight: 700;
}

#header-pompeachaleur h1{
    font-size: 60px;
    font-weight: 700;
}

#header-desembouage h1, #header-promotion h1, #header-thermodynamique h1{
    font-size: 60px;
    font-weight: 700;
}

#header-presentation h1{
    font-size: 54px;
    font-weight: 700;
}

#header-pompeachaleur h2, #header-promotion h2{
    font-size: 50px;
    font-weight: 700;
}

#header-accueil h2, #header-climatisation h2, #header-presentation h2{
    font-size: 40px;
    font-weight: 700;
}

#titre-climatisation{
    position: relative;
    left: 10%;
    width: 800px;
    padding-bottom: 150px;
    padding-top: 150px;
}

#titre-desembouage, #titre-promotion, #titre-thermodynamique {
    position: relative;
    left: 10%;
    width: 810px;
    padding-bottom: 150px;
    padding-top: 150px;
}

#titre-entretien{
    position: relative;
    left: 10%;
    width: 800px;
    padding-bottom: 100px;
    padding-top: 100px;
}

#titre-pompeachaleur{
    position: relative;
    left: 10%;
    width: 700px;
    padding-bottom: 150px;
    padding-top: 30px;
}

#titre-accueil, #titre-presentation{
    position: relative;
    left: 10%;
    width: 550px;
    padding-bottom: 150px;
    padding-top: 30px;
}

#titre-avis{
    position: relative;
    left: 30%;
    width: 800px;
    padding-bottom: 150px;
    padding-top: 150px;
}

#soustitre-accueil, #soustitre-pompeachaleur, #soustitre-climatisation, #soustitre-presentation{
    position: relative;
    left: 60%;
    text-align: right;
    width: 450px;
    width: 500px;
    margin-top: 30px;
    padding-bottom: 20px;
    
}

@media (max-width: 768px){
    #header-accueil, .facebook, #header-presentation, #header-pompeachaleur, #header-desembouage, #header-climatisation, #header-entretien, #header-avis, #header-thermodynamique{
        display: none
    }
}
.flip:hover {
	backface-visibility: visible !important;
	animation: flip 3s ease infinite;
}

@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(0);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) scale(1);
		animation-timing-function: ease-in;
	}
}

.circle {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: whiteSmoke;
  box-shadow: 4px -40px 60px 5px rgb(26, 117, 206) inset;
}



.explication{
    opacity:0;
}
.image:hover+.explication  { 
    animation: fade-in-down 3s ease;
    opacity: 1;
} 
@keyframes fade-in-down {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.opac img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.opac:hover img {
	opacity: .2;
}

.opac p {
	visibility: hidden;
    position: relative;
}
.opac:hover p {
	visibility: visible;
}

@media only screen and (max-width: 600px){
    #header-promotion h1, #header-thermodynamique h1{
        font-size: 30px;
    }
    #header-promotion h2{
        font-size: 26px;
    }
    #titre-promotion{
        width: 110%;
        padding-bottom: 0px;
        padding-top: 50px;
    }
    #header-promotion{
        background: none;
    }
}

.feuille{
    list-style-image: url("../../images/feuille.png");
}

.stroke{
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 1px;
}

.strokeblack{
    -webkit-text-stroke-color: #C0C0C0;
    -webkit-text-stroke-width: 1px;
}

.gradient {
    background-image: linear-gradient(
      45deg,
      hsl(188deg 78% 41%) 0%,
      hsl(184deg 100% 35%) 8%,
      hsl(179deg 100% 33%) 17%,
      hsl(172deg 100% 33%) 25%,
      hsl(164deg 100% 33%) 33%,
      hsl(155deg 100% 33%) 42%,
      hsl(134deg 61% 41%) 50%,
      hsl(104deg 52% 45%) 58%,
      hsl(85deg 65% 43%) 67%,
      hsl(71deg 81% 40%) 75%,
      hsl(61deg 100% 37%) 83%,
      hsl(52deg 100% 43%) 92%,
      hsl(45deg 100% 51%) 100%
    );
  }