@font-face {
  font-family: 'Sansation';
  src: url(../fonts/Sansation_Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'PoetsenOne';
  src: url(../fonts/PoetsenOne-Regular.ttf) format('truetype');
}

p {
text-align: justify;
font-family: Arial,Verdana,serif;
}


html, body {
	margin: 0;
	background: #fff url(../images/bg-body.jpg);
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width:1000px;
	margin: 0 auto;
	border-right: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
	background-color: white;
}

img {
	border: none;
}

table{
border-collapse: collapse;
}

td{
 WIDTH:1000;
 HEIGHT:150;
}
.image-gauche-header {
	padding: 1em 20px 10px 20px;
	float: left;
	width: 411px;
}

.logo{
float:right;
padding: 1em 25px 20px 1px;
}


.droite-bas-header {
	float: right;
	width: 450px;
	margin-top: 20px;
	padding: 0 24px;
	text-align: center;
}
._24{
float:right;
padding: 1em 25px 20px 1px;
}

.devis-gratuit{
float:left;
padding: 0 25px 20px 1px;
}
.header  {
	width: 100%;
	
}

label {
display:block;
width:40%;
float:left;
}


.titre-header {
	padding-top: 0.4em;
	width: 345px;
	text-align: center;
	float: left;
	padding-left:15px;
}

.titre {
	font-size: 1.8em;
	color: #ce0019;
	font-family: 'PoetsenOne';
	font-weight: bold
}

.titre-header p {
	font-style: italic;
	font-size: 1em;
	color: black;
	font-weight: bold;
	text-align: center;
	margin-top: 0.4em;
}

.clear {
	clear: both;
}

.height_min {
	height: 1px;
}

.bar {
	height:4px;
	background:#e6e7e8;
	margin-top:0;
}

.bar2 {
	height:4px;
	background:#e6e7e8;
	margin-bottom: 0.5em;
}


.gauche-bas-header {
	float: left;
	/*width: 450px;*/
	padding: 0 24px;
	margin-bottom:10px;
}

h1 {
	font-family: Sansation;
	font-size: 2.4em;
	color: #ce0019;
	text-align: center;
}

.droite-bas-header img {
	display: block;
}

#texte-zone-intervention  {
	font-weight: bold;
	margin: 20px 0;
	font-size: 1em
}

.banderole {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	height: 149px;
}

ul.competences {
	padding-left: 8%;
}



ul.rues li {
	display: inline;
	list-style-type: none;
}

h2 {
	font-family: Arial;
	font-size: 1.4em;
	color: #ce0019;

}


.bounce-in {
  animation: bounceIn 1s ease-in-out;
}

@keyframes bounceIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  20% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}


.image-gauche {
	float: left;
	margin: 2% 5%;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out;
}

.animate-on-scroll.active {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-in.active {
  opacity: 1;
}

.morph img {
  width: 200px;
  height: 150px;
  -webkit-filter: grayscale(0) blur(0px);
  filter: grayscale(0) blur(0px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
 
.morph :hover img {
  width: 150px; /* on affiche l'image au carré */
  height: 150px;
  border-radius: 50%;  /* on arrondit l'image */
  -webkit-transform: rotate(360deg); /* rotation de l'image */
  transform: rotate(360deg);
}


.rotate {
  animation: rotation 26s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.typewriter {
  border-right: .15em solid black; /* The typing cursor */
  white-space: nowrap; /* Keeps text in a single line */
  overflow: hidden; /* Hides characters outside the typing area */
  border-right: .15em solid black; /* The typing cursor */
  animation: typing 1s steps(40, end), blink .5s step-end infinite alternate;
}

@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes blink {
  50% { border-right-color: transparent; }
}

.image-droite {
	float: right;
	margin: 2% 5%;
}

.image-center {
	float: center;
	margin: 0 auto;
}

.slide-in {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.5s ease-in-out;
}

.slide-in.active {
  opacity: 1;
  transform: translateX(0);
}

.zoom-image {
  transition: transform 0.3s; /* Transition duration */
}

.zoom-image:hover {
  transform: scale(1.2); /* Zoom factor */
}

.flashing-image {
  animation: flash 3s infinite;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.image-center1 {
	float: center;
	padding: 12px 24px;
	text-align: center
}

 imgcenter {
      display: block;
      margin: 0 auto;
      width: 40%;
    }

.coteGauche  {
	float:left;
	width: 200px;
	padding: 0;
	margin: 0;
}

.main {
	float: right;
	width: 760px;
	background-color: white;
	padding: 0 20px;
}

ul.menu {
	margin: 0px;
	padding: 0px;
}

ul.menu li {
	width: 215px;
	height: 50px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #fff url(../images/bg-menu.jpg) repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
}

ul.menu li.last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(40,40,255);
}

.main a {
	color: rgb(153,0,0);
	text-decoration: underline;
}

.main a:hover {
	text-decoration: none;
}

ul.menu li a {
	color: white;
	display: block;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 15px;
	padding-left: 8px;
	padding-top: 8px;
}

ul.menu li:hover {
	background: #fff url(../images/bg-menu-hover.jpg) repeat-y;
	width: 215px;
	height: 50px;
}


.tel {
	font-size: 19px;
	font-weight: bold;
	color: green;
}

.texte{
	font-size: 19px;
	font-weight: bold;
	color: red;
}

.detail{
	font-size: 19px;
	font-weight: bold;
	color: black;
}

.urgence {
	color: brown;
	text-decoration: none;
}

.footer {
	text-align: center;
}

.footer a {
	color: brown;
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
}
.texte{
color:red;
}
.mail{
color:blue;
}
.text-secondary {
    color: #3d5d6f;
  }
  
  .h4,
  h4 {
    font-size: 1.2rem;
  }
  
  .fa,
  .fas {
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 1.2rem;
    font-style: normal;
  }
  
  .right-0 {
    right: 0;
  }
  
  .top-0 {
    top: 0;
  }
  
  .h-100 {
    height: 100%;
  }
  
  a.text-secondary:focus,
  a.text-secondary:hover {
    text-decoration: none;
    color: #22343e;
  }
  
  #accordion .fa-plus {
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  }
  
  #accordion a[aria-expanded=true] .fa-plus {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }