body {
  margin: 0;
  padding: 0;
}

.global{ 
	width: 100%; 
	padding: 25px 10px;
}

#header { 
	width: 95%;
	height: 120px;
	text-align: center;
	line-height: 90px;
	color: #fea201;
	font-family: Verdana;
	font-size: 32px;

	}
	
#pageheader { 
	width: 95%;
	background :#eeeeee;


	}
	
.boxes {
	width: 95%;
	text-align: center;
	font-family: Verdana;
	color: #333;
	font-size: 16px;
	line-height: 22px;
	padding: 20px;
	margin-bottom:20px

}


#concept { 
	background :#eeeeee;
	margin-bottom :20px;
	}
	
#realisations {
	
	font-size: 14px;
	
}

#contact { 
	background :#d1d1d3;
	
	margin-top :20px;
}

#contenu { 
	margin-top :20px;
	text-align: left;
	padding: 20px 10px;

	}

.titre{  
	color: #fea201;
	font-size: 22px;
	line-height: 26px;
}

.soustitre{  
	color: #333;
	font-size: 48px;
	line-height: 64px;
	width: 100%;
	text-align: center;
}

.footer{  
	color: #333;
	font-size: 18px;
	line-height: 24px;

}

.photo {
  max-width: 100%;
  height: auto;
}

.photogallery {
  border: 1px solid grey;
}

p {
	text-align: left;
}


.dotrealisations {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dotrealisations:hover {
  background-color: #717171;
}
.dotrealisationsOn {

  background-color: #fea201;

}

/*Boites responsive home page realisations*/

* {

  box-sizing: border-box;

}

.conteneur-flex{
    display: flex;
    flex-flow: column wrap;
    margin: 0px;
	
}
.sous-conteneur-flex{
    flex: 1 1 auto;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
    background-color: *ffffff;
    margin: 0px 0px 0px 0px;
	width:100%;
}

.element-flex{
    flex: 1 1 auto;
    background-color: #e2e2e4;
    min-height: 140px;
    margin: 10px;
	padding: 5px 15px 15px 15px;
	border: none;

}
/*Liens*/

a {
	color: #333;
	text-decoration: none; 
}
a:hover {
	color: #fea201;
}
a:active {
	color: #fea201;
	outline:0; 
}
a:visited {
	color: #333;
}
	}
a:focus{
	color: #333;
    outline:none
}

a.logo {
	color: #fea201;
	
}

a.logo:hover {
	color: #fea201;
}

a.logo:active {
	color: #fea201;
	outline:0; 
}

a.logo:visited {
	color: #fea201;
}

a.logo:focus{
	color: #fea201;
	outline:none
}


/*Gallerie photo*/
.mySlides {display: none}


/* Slideshow container */
.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #717171;
  font-weight: bold;
  font-size: 18px;
  transition: 0.3s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
  -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
  user-select: none; /* Propriété standard */
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #717171;
  color: #fea201;
}

/* Caption text */
.text {
  color: #717171;
  font-size: 14px;
  padding: 8px 12px;
  position: absolute;
  bottom: -33px;
  width: 100%;
  text-align: center;
  
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.arrow{
  cursor: pointer;
  font-size: 22px;
  margin-top: -3px;
  display: inline-block;
  
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}

}


/*Styles spécifiques pour les écrans de taille moyenne type tablette*/
@media screen and (min-width: 780px) and (max-width: 1079px){
    .conteneur-flex{
        flex-flow: row wrap;
    }
    .sous-conteneur-flex{
        margin: 0px 10px;
		width:45%;
    }
	#header { 
	font-size: 36px;
	}
	.prev:hover, .next:hover {
    background-color:transparent;
	}
}


/*Styles spécifiques pour les grands écrans type écrans d'ordinateur*/
@media screen and (min-width: 1080px){
    .conteneur-flex{
        flex-flow: row wrap;
    }
    .sous-conteneur-flex{
        margin: 0px 10px;
		width:45%;
    }
	#header { 
	font-size: 42px; 
	}
	.titre{ 
	font-size: 24px; line-height: 32px; }
	}
}