/*Style Sheets K2VM*/


body{
	background-color: black;
	margin:0px;
    font-size: 20px;
    z-index: -11;
    
	
	}
@media only screen and (max-width: 700px) {
    [class*="col-"] {
        width: 100%;
        background-color: #00FF00;}
    img {width: 100%;}
}

/*eviter tous pbs de largeur*/	
*{box-sizing: border-box;
}



/*Appliquer un style à toutes les colonnes*/	
[class*="col-"] {
    background-color: transparent;
    color: #333;
    padding: 0px;
    float: left;
    border: solid 1px transparent;
    border-bottom: solid: 0px #FFF;
    z-index: -10;
}


/*Règles de colonnage*/	
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

        
.nopadding: {
    padding: 0px;
    border: solid 0px blue;
}

/*
#backgroundcontainer{
    top:-100px;
    width:100%;
    border: 0px solid green;
}*/


#logocontainer{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
    border: 0px solid green; 
}

#logoKinda {
    position: relative;
    text-align: center;
    width: 8%;
    border: 0px solid red; 
}

#background{
    position:relative;
    z-index: -110;
    margin-bottom: 0px;
    width:100%;
    border: 0px solid red;
    opacity:100%;
}

/*Accueil
-------------------------------------------------- */

#presentation {
    margin: 3%;
    text-align: left;
    color: white;
    padding: 0px;
    font-family: "Fraunces";
    font-style: "normal";
    font-size: 200%;
    line-height: 120%;
    background-color: transparent;
    border: 0px solid green;
    z-index: 100;
}

h1 {
   border: 0px solid red;
     font-weight: normal;
    font-size: 100%;
}

.mySlides{
    padding: 3%;
}


/* liens */
a {
  text-decoration: none;
     font-weight: normal;
    color: white;
}

a:visited {
  color: white;
  font-weight: normal;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  color: white;
  cursor:pointer;
  font-weight: normal;
  font-size: 120%;
}







/*Footer
-------------------------------------------------- */
footer {
  width: 100%;
  height: 40px;
  padding-top: 10px;
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  text-align: center;
}



h4 {font-family: "Fraunces";
    color: #FFF;
   font-style: "normal";
   text-align: center;
   font-size: 90%;
   font-weight: normal;
   border: 0px solid red;
}



/* Media queries
-------------------------------------------------- */

@media only screen and (max-width: 1100px) {

#presentation{
    text-align: Left;
    font-size: 80%;
    line-height: 200%;

}
}

@media only screen and (max-width: 700px) {

#background{
    display: none;

}
}
