/* CSS Document */

/* Core Styles */
 /* Add a black background color to the top navigation */
 
 body  {
	color: #000000;
	font-family: 'Akshar', sans-serif;
	max-width: 50em;
	margin: auto;
	padding: 5px;
}
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #FFCC00;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
} 
button {
	color: #333333;
	cursor:grab;
	font-size: 25px;
	
}
button :hover {

}




p {

	font-family: 'Akshar', sans-serif;
	font-size: 1.4em;
		padding-bottom: 0px;
	padding-top: 2px;  
}

img {
  display: block;
  width: 100%;
  height: auto;
}


h1 {
	text-align: center;
	color: #000000;
}
h2 {
	text-align: left;
	padding-left: 5px;
	text-indent: 5px;
	font-size: 1.4em;
	color: #FFCC00;
	text-transform: uppercase;
}

h1,
h2 {
	margin: 0;
	padding: 1em 0;
	
}
h3 {
	margin: 0;
	padding: 1em 0;
	color: #FFCC00;
	background-color: #333333;
}
h2 {
	background-color: #333333;
}

h5 {
	
	margin-bottom: 15px;
}


.btn {
	display: inline-block;
	color: #333333;
	text-decoration: none;
	border: 1px solid #666;
	background-color: #FFCC00;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
	width: 250px;
}

.btn:hover {
  background: #eaeaea;
  color: #333;
}
main {
	margin-top: 35px;
	margin-bottom: 35px;
	
 
}

/* Header Showcase */

#showcase {
	min-height: auto;
	color: #CCCCCC;
	text-align: center;
	margin-top: 0px;
 background-image: url(images/serrurier.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  z-index: -1;

}

#showcase .bg-image {
  position: absolute;
  background: #FFFFFF;
  background-image: url(images/serrurier.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 20px;
  z-index: -1;
  opacity: 0.2;
}

#showcase h1 {
	padding-top: 30px;
	padding-bottom: 0;
	color: #FFFFFF;
}

#showcase .content-wrap,
#section-a .content-wrap {
  padding: 0 1.5em;
}



/* Section A */
#section-a h2{
	color: #333333;
	
	font-size: 1em;
	margin: 0px;
	padding: 5px;
	background-color: #FFCC00;
}
#section-a p{

	font-size: 0.9em;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#section-a {
	color: #333;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	margin-top: 5px;
	padding-top: 20px;
}

#section-a ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

#section-a li {
	margin-bottom: 1em;
	color: #FFFFFF;
	background-color: #16456F;
	text-align: left;
	padding-left: 20px;
	list-style-type: none;
	font-size: 1.1em;
}

/* Section B */

#section-b {
	margin-bottom: 0px;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	background-attachment: scroll;
	background-image: url(images/serrurier.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

#section-b ul {
	list-style: none;
	padding: 0;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#section-b li {
  margin-bottom: 1em;
  background: #fff;
  color: #333;
}
.card {
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	background-color: #CCCCCC;
	border-top-width: 10px;
	border-right-width: 2px;
	border-bottom-width: 10px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #333333;
	border-bottom-color: #FFCC00;
	border-left-color: #333333;
	text-align: center;
}
.card-content h2{
	color: #FFFFFF;
}
.card-content {
	height: 160px;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-top: 0.5px;
	font-size: 15px;
	text-align: center;
}
.card-content p {
	text-align: center;	
	font-family: 'Akshar', sans-serif;
	font-size: 1.3em; 
}
.card-title {
	
	font-size: 14px;
	font-weight: bold;
}
/* Section C */
.content-title {
	margin-top: 10px;
}
.content-title h2 {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#section-c {
	background: #fff;
	color: #333;
	padding: 2em;
	margin-top: 1px;
}
#section-c p {
	font-family: 'Akshar', sans-serif;
	font-size: 0.9em; 
	color: #333;
	border-left-style: dotted;
	border-left-color: #333333;
	border-left-width: 1px;
	background-color: #FFFFFF;
		padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 0.5em;
	padding-left: 2em;
}
	

#section-c h2{
	color: #FFCC00;
	background-color: #666666;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 25px;
}
#section-c ul {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	
}

#section-c li {
	margin-bottom: 1px;
	color: #666666;
	text-align: left;
	background-color: #EEEEEE;
	padding-left: 40px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
/* Section D / Boxes */
#section-d {
	background-attachment: scroll;
	background-image: url(images/serrurier.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#section-d .box h2 {
	color: #FFCC00;
	padding-top: 1em;
	padding-bottom: 0.5em;
	padding-left: 10px;
	background-color: #333333;
}
#section-d .boxlist {
	color: #999999;
	padding-top: 0.5em;
}
#section-d .boxlist p {
	font-family: 'Akshar', sans-serif;
	font-size: 0.9em; 
	padding: 0.5em;
	color: #333333;
	background-color: #EAEAEA;
}
#section-d .box {
	padding: 2em;
	color: #999999;	
}
#section-d .box p {
	font-family: 'Akshar', sans-serif;
	font-size: 0.9em; 
	color: #333333;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 0.5em;
	padding-left: 2em;
}

#section-d p {
	font-family: 'Akshar', sans-serif;
	font-size: 0.9em; 
	padding: 0.5em;
	color: #333333;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFCC00;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
}

#section-d .box a {
	color: #FFCC00;
		font-family: 'Akshar', sans-serif;
	font-size: 0.9em; 

			}
			
#section-d h2 a {
	color: #FFFFFF;
		font-family: 'Akshar', sans-serif;
	font-size: 1em; 
	font-weight: bold;
			}
			
#section-d h2 a:active {
				background-color: #d4dada;
			}			
#section-d h2 a:hover {
				background-color: #666666;
			}
			
#section-d .box:first-child {
	background-color: #FFCC00;
}
#section-d ul {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	
}

#section-d li {
	margin-bottom: 1px;
	color: #666666;
	text-align: left;
	background-color: #FFFF99;
	padding-left: 40px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 1px;
}

/* Footer */

#main-footer {
	padding: 2em;
	background: #000;
	color: #fff;
	text-align: center;

}

#main-footer a {
  color: #2690d4;
  text-decoration: none;
}

/* Media Queries */

@media (min-width: 700px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr repeat(2, minmax(auto, 25em)) 1fr;
  }

  #section-a .content-text {
    columns: 2;
    column-gap: 2em;
  }

  #section-a .content-text p {
    padding-top: 0;
  }

  .content-wrap,
  #section-b ul {
    grid-column: 2/4;
  }

  .box,
  #main-footer div {
    grid-column: span 2;
  }

  #section-b ul {
    display: flex;
    justify-content: space-around;
  }

  #section-b li {
    width: 31%;
  }
}



.foire_quest  {
	margin-left: 0px;
	width: 100%;
}

summary {
	font-family: 'Akshar', sans-serif;
	font-size: 0.9em; 
	color: #333333;
	background-color: #CCCCCC;
	
	padding: 5px;
	border: 1px solid #999999;
	text-align: left;
}
   summary.pointer {
	cursor: pointer;
      }
      summary:hover {
        background-color: #FFCC00;
      }

     summary p {
	background-color: #FFCC00;
	margin-top: 5px;
	margin-bottom: 10px;
      }

.plist{
	padding: 8px;
	text-align: justify;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF0000;
	color: #FFFFFF;
	background-color: #333333;
	margin-left: 5px;
}


a { color: #ff6600; 	font-family: 'Akshar', sans-serif;
	font-size: 1em;  }


a:hover { text-decoration: underline }


h1 { padding-bottom: 15px }


h1 a {  font-size: 48px; color: #333; }


h1 a:hover { color: #ff6600; text-decoration: none; }





a.more-link { color: white; font-weight: bold; font-size: 14px;  padding: 3px 10px; background-color: #ff6600; border-radius: 5px; float: right; }


a.more-link:hover { text-decoration: none; background-color: #666; border-radius: 0px; }


  .content_tel {

	font-size: 34px;
	font-weight: bolder;
	color: #CC0000;
}
.effet {
	
}
.catetgorie {
	color: #CCCCCC;
}

.img_center {
	background-color: #EBEBEB;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	box-shadow:8px 8px 10px 0 rgba(0,0,0,0.5);
	width: 110;
	height: 110px;
	-webkit-filter : grayscale(100%); /* Chrome, Safari, Opera */
	filter : grayscale(100%);
	float: left;
	  }
.footer {
	height: 4rem;
	width: 100%;
	position: fixed;
	bottom: 0;
	
	font-size: 24px;
	background-color: #FFCC00;
	letter-spacing: 2px;
	padding: 15px;
	color: #333333;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333333;
}	  


.boxfooter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px 2em;
}

.boxfooter :first-child {
    align-self: center;
}
   .contact .fa:before {
  display: inline-block;
  opacity: 0.7;
}

.contact li {
	display: inline-block;
	list-style-type: none;
	margin: 0 1em;
	text-align: center;
	color: #FFFFFF;
}

.contact p {
  text-align: center;
}

.contact {
	display: inline-block;
	margin: 0 auto;
	padding-left: 0;
	vertical-align: top;
}

.cont {
  text-align: center;
}
.id {
	color: #333333;
	background-color: #FFCC00;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-align: left;
	font-size: 14px;
	border: 1px solid #FFCC00;
	font-weight: bold;
}
.id2 {
	color: #FFCC00;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}


.phone-call {
	width: 50px;
	height: 50px;
	left: 20px;
	bottom: 20px;
	position: fixed;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border-radius: 50%;
	z-index: 99;
	display: inline-block;
	line-height: 65px;
	background-color: #FFCC00;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #FF3300;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

button {
	margin-bottom: 5px;
	
	margin-top: 0px;
}
.interh1 {
	font-size: 23px;
	color: #CCCCCC;
}
/* *****************************************/
/* *****************************************/
/* FORM 
/* *****************************************/
/* *****************************************/
* {
  box-sizing: border-box;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
 /* border-radius: 4px;*/
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #FF9900;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #FFCC00;
}

.container {
  border-radius: 0px;
  background-color: #f2f2f2;
  padding: 20px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
