/* CSS Document */

/* debut superieur à 768px */
@media screen and (min-width: 768px) {
    
    
.item-1, 
.item-2, 
.item-3 {
    
   
	position: absolute;
  display: block;
	top: 5em;
    //text-shadow: 1px 1px 0 black;
  
  width: 70%;
  text-align: center;
  color: white;
  font-size: 1,7em;
  background-color: black;

	animation-duration: 20s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.item-1{
	animation-name: anim-1;
}

.item-2{
	animation-name: anim-2;
}

.item-3{
	animation-name: anim-3;
}

@keyframes anim-1 {
	0%, 8.3% { left: -100%; opacity: 0; }
  8.3%,25% { left: 25%; opacity: 1; }
  33.33%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-2 {
	0%, 33.33% { left: -100%; opacity: 0; }
  41.63%, 58.29% { left: 25%; opacity: 1; }
  66.66%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-3 {
	0%, 66.66% { left: -100%; opacity: 0; }
  74.96%, 91.62% { left: 25%; opacity: 1; }
  100% { left: 110%; opacity: 0; }
}
    

.bloc {
  width: 90%;
  }

.taille_du_titre {
   font-size: 3em;
    width: 50%;
    
}

.taille_du_sous_titre {
   font-size: 1.8em;
    width: 70%;
    
}
    
body { 
    
  overflow-x: hidden;    

  color: grey;  
  background-color: #ffffff;  
  padding-right: 20%;
  padding-left: 20%;
   
  font-style: normal;  
  font-variant: normal;  
  font-weight: normal;  
  font-size: 1.3em;  
  line-height: 1.3;  
  font-family: 'Open Sans', verdana, arial, helvetica, clean, sans-serif;
}
 
naaslist {
 line-height: 2.5;
//margin-top : 200px;
    
 
 }  

/* titres */h1 {
 text-decoration: none;
 font-size: 2em;
 font-weight: bold;
 text-align: center;
 //background-color: lightgrey;
 color: black;
 //border-color: #e7e7e7;
 padding-top: 10px;
 padding-bottom: 5px;
    
  //border-radius: 13px;
 }

h2 {
 font-size: 1.2em;
 line-height: 1.2;
 color: #000000;
 padding-left: 15px;
 }

h3 {
 font-size: 1.2em; 
 color: #000000;
 padding-left: 15px;
 }
    
    
}


/* fin superieur à 768px */


/* debut inferieur à 768px */
@media screen and (max-width: 768px) {

.item-1, 
.item-2, 
.item-3 {
    
    display: none;
    
    }
    
.bloc {
  width: 90%;
  }
    

.taille_du_titre {
   font-size: 2.2em;
   width: 80%;
    
}

.taille_du_sous_titre {
   font-size: 1.5em;
   width: 80%;
    
}
    
body { 
    
  overflow-x: hidden;    

  color: grey;  
  background-color: #ffffff;  
  padding-left: 1%;
   
  font-style: normal;  
  font-variant: normal;  
  font-weight: normal;  
  font-size: 1.2em;  
  line-height: 1.2;  
  font-family: 'Open Sans', verdana, arial, helvetica, clean, sans-serif;
}
    


  /* titres */
h1 {
 text-decoration: none;
 font-size: 1.7em;
 line-height: 1.5;
 font-weight: bold;
 text-align: center;
 //background-color: lightgrey;
 color: black;
 //border-color: #e7e7e7;
 padding-top: 10px;
 padding-bottom: 5px;
    
  //border-radius: 13px;
 }

h2 {
 font-size: 1.3em;
 line-height: 1.3;
 color: #000000;
 padding-left: 15px;
 }

h3 {
 font-size: 1.1em;
 color: #000000;
 padding-left: 15px;
 }  
    
}



/* fin inferieur à 768px */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);

html {  
  
}

img,
embed,
object {
max-width: 100%;

}



/*body { 
    
  overflow-x: hidden;    

  color: grey;  
  background-color: #ffffff;  
  //padding-right: 20%;
  //padding-left: 20%;
   
  font-style: normal;  
  font-variant: normal;  
  font-weight: normal;  
  font-size: 1em;  
  line-height: 1.5;  
  font-family: 'Open Sans', verdana, arial, helvetica, clean, sans-serif;
}*/



.hdevis {
 font-size: 1.5em;
 text-align: center;
 background-color: transparent;
 color: #fff;
 border-color: #e7e7e7;
 padding-top: 10px;
 padding-bottom: 5px;
 width: 50%;
 margin: auto;
}


/* footer links */

.footerlinks {
       
  text-align: center;
  font-size: 1em;
  color: grey;
  padding-top: 7px;
  padding-bottom: 7px;
  
}



/* unvisited link */
a:link {
    color: black;
    text-decoration: none;
}


a:visited {
    color: black;
}


a:hover {
    color: grey;
}


a:active {
    color: grey;
}  

.bloc {

  background-color: white;
  margin: auto;
  //box-shadow: 5px 5px #999;
  //-webkit-box-shadow: 5px 5px #999;
  
}


.bloc_titre_site{
    
   
  position: relative;
  top: 70%;
  transform: translateY(-30%);
    
  
  color: white;
  //opacity:0.2;
  //background-color: transparent; 
 //border-bottom: 1px solid white;
  //border-top: 1px solid white;   
  
    
}


.titre_site {
   
 
  padding: 8px 15px;
  border: none; 
  border-radius: 13px;  
    
  
    
  //color: white;
  text-align: center;
  font-weight: normal;
  //font-size: 3em;
  //background-color: black;
  opacity: 0.8; 
  //width: 50%;
  margin: auto;
  //position: relative;
  //top: 50%;
  //transform: translateY(-50%);
  font-family: verdana, arial, helvetica, clean, sans-serif;
  
  //text-shadow: 5px 5px 0 black;
    
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+17,52b152+33,008a00+67,005700+83,002400+100;Green+3D+%231 */
color: #b4ddb4; /* Old browsers */
color: -moz-linear-gradient(top,  #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%); /* FF3.6-15 */
color: -webkit-linear-gradient(top,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Chrome10-25,Safari5.1-6 */
color: linear-gradient(to bottom,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
  
  
}


.sous_titre_site {
  
  border-radius: 13px;
  text-align: center;
  //font-weight: bold;
  //font-size: 1.5em;
  background-color: black;
  opacity: 0.8;
  //width: 50%;
  color: white;
  text-shadow: 3px 3px 0 black;
  font-family: verdana, arial, helvetica, clean, sans-serif;
  //position: relative;
  //top: 50%;
  //transform: translateY(-50%);
  margin: auto;
  //padding: 10px;
    
  
}





.contenu {
  border-bottom: 1px solid black;
  padding: 10px;
  padding-bottom: 20px;
    
}

.grosglyphs {
    
  font-size: 3em;  
  color: limegreen; 
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  text-shadow: 3px 3px 2px grey;
  border-radius: 6px;
  //padding: 7px 10px 9px 10px;
  //background-color: #fff;
  //border-color: 2px solid black;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 20px;
    display:none;
    box-shadow: 2px 2px 2px #000;
}


#liens_home {

padding: 10px 0 0 10px;
text-align: justify;
//text-align: center;
margin-bottom: 5px;
list-style-type: none;



}

.carousel_naas{
    
max-width: 450px;    
text-align: center;  

margin: auto;
}


.carousel2_naas{
    
max-width: 800px;    
text-align: center;  

margin: auto;
}



#liens_home li a:hover,
#liens_home li a:focus {

    
    padding-left: 15px;
    padding-right: 5px;
    background-color: #eeeeee;
    font-weight: bold;
    color: black;
    box-shadow: 1px 1px #999;
    -webkit-box-shadow: 1px 1px #999;   
    
}


.btn_devis { 
  text-shadow: 1px 1px 0 black; 
  //font-weight: bold;
  //text-align: center;
  //margin: auto;
  //width: 50px;
  //background-color: #999;
  //color: #ffffff;
  //border: none;
  //border-radius: 4px;
  //padding: 7px 10px 9px 10px;
  //letter-spacing: 0.2em;
  //font-size: 1.6em;
    
  -webkit-box-shadow: 2px 2px 3px black;
  box-shadow: 2px 2px 3px black;
  
  -webkit-transition: width 0.3s, height 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  -moz-transition: width 0.3s, height 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  -o-transition: width 0.3s, height 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  transition: width 0.3s, height 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  
}

.btn_devis:hover {
  //width: 75;
  //background-color: black;
  -webkit-transform: scale(1.5,1.5);
  -moz-transform: scale(1.5,1.5);
  -o-transform: scale(1.5,1.5);
  transform: scale(1.5,1.5);
   
  -webkit-box-shadow: 5px 5px 6px black;
  box-shadow: 5px 5px 6px black;
}

.liens_nav { 
  text-shadow: 1px 1px 0 black; 
  //font-weight: bold;
  //text-align: center;
  //margin: auto;
  //width: 50px;
  //background-color: #999;
  //color: #ffffff;
  //border: none;
  //border-radius: 4px;
  //padding: 7px 10px 9px 10px;
  //letter-spacing: 0.2em;
  //font-size: 1.6em;
    
  //-webkit-box-shadow: 2px 2px 3px black;
  //box-shadow: 2px 2px 3px black;
  
  -webkit-transition: width 0.3s, height 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  -moz-transition: width 0.3s, height 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  -o-transition: width 0.3s, height 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  transition: width 0.3s, height 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  
}

.liens_nav:hover {
  //width: 75;
  //background-color: black;
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
    

   
  -webkit-box-shadow: 5px 5px 8px black;
  box-shadow: 5px 5px 8px black;
}


